From: Gabriel Dunne Date: Thu, 5 Jan 2012 05:26:38 +0000 (-0800) Subject: Updated CSS X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=aebcb3e1a40c4d36c3abfc30a99c61a26fe2e777;p=clmpr.git Updated CSS --- diff --git a/style.css b/style.css index 3942a3f..03d95de 100644 --- a/style.css +++ b/style.css @@ -97,17 +97,17 @@ ul.links li .tags:hover a:hover { } .meta { - color:#666; + color:#999; font-style:italic; - font-size:12px; + font-size:0.92em; } .meta a { - color:#666; + color:#999; } .ui { - font-size:12px; + font-size:0.9em; font-weight:normal; font-style:normal; } @@ -140,7 +140,7 @@ form.new textarea { ul.tags, ul.tags li { font-style:italic; display:inline-block; - font-size:12px; + font-size:0.92em; } ul.tags li { margin:0 0.08em; @@ -172,6 +172,6 @@ ul.tags li a:hover { } #tags li { - font-size:14px; + display:block; } diff --git a/tags.php b/tags.php index 0d52702..b35f998 100644 --- a/tags.php +++ b/tags.php @@ -52,7 +52,7 @@ catch(PDOException $e)