diff options
| author | hukl <contact@smyck.org> | 2009-08-31 12:49:25 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-08-31 12:49:25 +0200 |
| commit | 0f24cfe22b76b6480737c5ab119c394437613b5e (patch) | |
| tree | 2ae3ec4a90a79a6091c118061498d9a0f8ccb5b0 | |
| parent | e06af0b39d0697a739a45404f3bef84ec024c9c5 (diff) | |
calendar css improvements
| -rw-r--r-- | public/stylesheets/ccc.css | 16 |
1 files changed, 16 insertions, 0 deletions
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 { | |||
| 68 | padding-bottom: 2px; | 68 | padding-bottom: 2px; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | div#frontpage_calendar li { | ||
| 72 | list-style-type: none; | ||
| 73 | margin-bottom: 20px; | ||
| 74 | } | ||
| 75 | |||
| 76 | div#frontpage_calendar li a { | ||
| 77 | text-decoration: none; | ||
| 78 | color: #535353; | ||
| 79 | } | ||
| 80 | |||
| 81 | div#frontpage_calendar li a:hover { | ||
| 82 | text-decoration: none; | ||
| 83 | color: #ff9600; | ||
| 84 | } | ||
| 85 | |||
| 86 | |||
| 71 | div.author_and_date { | 87 | div.author_and_date { |
| 72 | font-style: italic; | 88 | font-style: italic; |
| 73 | } | 89 | } |
