From 2df933b6b726526689cbcb55a8614d2992973081 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 5 Sep 2009 15:08:33 +0200 Subject: fixing menu padding and font-size --- public/stylesheets/ccc.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 060860a..33e726a 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -3,7 +3,7 @@ body { padding: 0; text-align: center; font-family: Verdana, sans-serif; - font-size: 10pt; + font-size: 9pt; } a { @@ -54,7 +54,6 @@ div#main_navigation a:hover { div#main_navigation a.active { color: #535353; - font-size: 22px; } div#frontpage_calendar { @@ -68,6 +67,10 @@ div#frontpage_calendar h2 { padding-bottom: 2px; } +div#frontpage_calendar ul { + padding: 0px; +} + div#frontpage_calendar li { list-style-type: none; margin-bottom: 20px; @@ -94,10 +97,10 @@ div#left_column { background-position: top right; background-repeat: no-repeat; left: 0px; - width: 145px; + width: 115px; min-height: 100px; text-align: right; - padding-right: 40px; + padding-right: 70px; } -- cgit v1.3