summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/ccc.css16
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
71div#frontpage_calendar li {
72 list-style-type: none;
73 margin-bottom: 20px;
74}
75
76div#frontpage_calendar li a {
77 text-decoration: none;
78 color: #535353;
79}
80
81div#frontpage_calendar li a:hover {
82 text-decoration: none;
83 color: #ff9600;
84}
85
86
71div.author_and_date { 87div.author_and_date {
72 font-style: italic; 88 font-style: italic;
73} 89}