diff options
| -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 | } |
