From 3fabf2b3447fd437904c679d68a6868c8ff8f4f9 Mon Sep 17 00:00:00 2001 From: evelyn Date: Sun, 8 Nov 2009 21:55:40 +0100 Subject: link color calendar margin-top --- public/stylesheets/ccc.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 6d4b55b..c1e5d57 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -3,7 +3,7 @@ body { margin: 0; padding: 0; text-align: center; - font-family: Verdana, sans-serif; + font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16px; color: #535353; @@ -16,7 +16,8 @@ h2 { } a { - color: #000000; + color: #F8921E; + text-decoration: none; } a:visited { @@ -68,8 +69,8 @@ div.main_navigation a:hover { div.main_navigation a.active { color: #000000; text-decoration: none; - text-transform: uppercase; - font-size: 14px; + text-transform: lowercase; + font-size: 13px; } div.main_navigation a.inactive { @@ -79,6 +80,7 @@ div.main_navigation a.inactive { } div#frontpage_calendar { + margin-top: 30px; } div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { -- cgit v1.3