From: Gabriel Dunne Date: Sun, 19 Feb 2012 01:02:10 +0000 (-0800) Subject: Update tag bg and title size X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=b3e15332e599e3732a0b87cdfa7abb205d53c572;p=clmpr.git Update tag bg and title size --- diff --git a/style.css b/style.css index 3441faa..639d784 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ ul.links li span.url a { display:inline-block; line-height:1.2em; font-weight:normal; - font-size:22px; + font-size:20px; text-decoration:none; } ul.links li span.url a { @@ -83,6 +83,7 @@ ul.links li .expand { } ul.links li .desc { display:inline-block; + margin:5px 0; } ul.links li .tags { } @@ -90,8 +91,7 @@ ul.links li .tags:hover, ul.links li .tags:hover a { } ul.links li .tags:hover a:hover { - color:#00e !important; - text-decoration:underline; + color:#fff !important; } .private a { background:#eee !important; @@ -149,7 +149,7 @@ ul.tags li { } ul.tags li a { color:#fff; - background:#777; + background:#999; border-radius:3px; padding:0.2em 0.3em; text-decoration:none;