summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-19 21:06:10 +0200
committerhukl <contact@smyck.org>2009-10-19 21:06:10 +0200
commitcb914e420c3f95b5f8e31a73ea19b7e53e4aa6c4 (patch)
treefcc91b8562272eb30c433b69e7c6e9adb633b63f /public/stylesheets
parent24f92ab288d6a9f77b1a1540c3493fa19a129a52 (diff)
new header and different menu
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/ccc.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 8b8dfc6..6d3585e 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -66,7 +66,8 @@ div#main_navigation a:hover {
66 66
67div#main_navigation a.active { 67div#main_navigation a.active {
68 color: #535353; 68 color: #535353;
69 text-transform: uppercase; 69 text-decoration: underline;
70 text-transform: lowercase;
70 font-size: 14px; 71 font-size: 14px;
71} 72}
72 73