From: Gabriel Dunne Date: Wed, 21 Dec 2011 01:41:10 +0000 (-0800) Subject: Increased tag size in tag view X-Git-Tag: v0.1~19 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=918dea57e25f13b87da7b6bbe86c8cd9cab690dc;p=clmpr.git Increased tag size in tag view --- diff --git a/style.css b/style.css index 669166e..6e2229c 100644 --- a/style.css +++ b/style.css @@ -120,4 +120,9 @@ ul.tags li:after { } ul.tags li:last-child:after { content:""; +} + + +#tags li { + font-size:14px; } \ No newline at end of file diff --git a/tags.php b/tags.php index 1ce1df3..ba97f97 100644 --- a/tags.php +++ b/tags.php @@ -50,7 +50,7 @@ catch(PDOException $e)
-