From aebcb3e1a40c4d36c3abfc30a99c61a26fe2e777 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 4 Jan 2012 21:26:38 -0800 Subject: [PATCH] Updated CSS --- style.css | 12 ++++++------ tags.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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) -- 2.34.1