From 647ee17cee455edb4af7a971ebb4c4a49dd0b0a4 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Tue, 24 Sep 2013 16:49:48 -0500 Subject: [PATCH] Make links to act like buttons, increase padding --- www/templates/catalog.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/templates/catalog.css b/www/templates/catalog.css index fee0d69..400ea6a 100644 --- a/www/templates/catalog.css +++ b/www/templates/catalog.css @@ -19,14 +19,14 @@ } #homepage ul li { display:inline; + margin:18px; +} +#homepage ul li a { background-color:#cc0000; - padding:15px 15px 10px; - -webkit-border-radius: 5px; + padding: 10px 15px; + -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - margin:18px; -} -#homepage ul li a { color:#FFF; font-size:150%; } -- GitLab