From 0f24cfe22b76b6480737c5ab119c394437613b5e Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 31 Aug 2009 12:49:25 +0200 Subject: calendar css improvements --- public/stylesheets/ccc.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 5d2aec3..060860a 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -68,6 +68,22 @@ div#frontpage_calendar h2 { padding-bottom: 2px; } +div#frontpage_calendar li { + list-style-type: none; + margin-bottom: 20px; +} + +div#frontpage_calendar li a { + text-decoration: none; + color: #535353; +} + +div#frontpage_calendar li a:hover { + text-decoration: none; + color: #ff9600; +} + + div.author_and_date { font-style: italic; } -- cgit v1.3