diff options
| author | hukl <contact@smyck.org> | 2009-10-19 21:06:10 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-19 21:06:10 +0200 |
| commit | cb914e420c3f95b5f8e31a73ea19b7e53e4aa6c4 (patch) | |
| tree | fcc91b8562272eb30c433b69e7c6e9adb633b63f /public/stylesheets/ccc.css | |
| parent | 24f92ab288d6a9f77b1a1540c3493fa19a129a52 (diff) | |
new header and different menu
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 3 |
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 | ||
| 67 | div#main_navigation a.active { | 67 | div#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 | ||
