diff options
| author | hukl <contact@smyck.org> | 2012-03-25 18:36:31 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-03-25 18:36:31 +0200 |
| commit | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (patch) | |
| tree | 55453f8659825f7daa2af69ba94b514afdbbfed0 | |
| parent | 496fa47445744a0827390738a9550cb4192a7b76 (diff) | |
remove lowercasing of menu items
| -rw-r--r-- | public/stylesheets/ccc.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 1066bde..c58e3ae 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -110,13 +110,11 @@ div.main_navigation a.inactive:hover { | |||
| 110 | div.main_navigation a.active { | 110 | div.main_navigation a.active { |
| 111 | color: #000000; | 111 | color: #000000; |
| 112 | text-decoration: none; | 112 | text-decoration: none; |
| 113 | text-transform: lowercase; | ||
| 114 | font-size: 13px; | 113 | font-size: 13px; |
| 115 | } | 114 | } |
| 116 | 115 | ||
| 117 | div.main_navigation a.inactive { | 116 | div.main_navigation a.inactive { |
| 118 | color: #aeadad; | 117 | color: #aeadad; |
| 119 | text-transform: lowercase; | ||
| 120 | font-size: 13px; | 118 | font-size: 13px; |
| 121 | } | 119 | } |
| 122 | 120 | ||
