diff options
| author | hukl <contact@smyck.org> | 2009-11-11 09:34:55 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-11 09:34:55 +0100 |
| commit | 357efd4a89ef5c39ec81aa75d7bc46d94a5fa257 (patch) | |
| tree | 11a6ea203378fe28ef8664f2fe42f3ab5a031eb8 /public/stylesheets | |
| parent | 17c0cbe9162613d4ad90c7eec49785c620f8f326 (diff) | |
back to a little darker gray for navigation
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/ccc.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index e4b8067..39f063a 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -77,7 +77,7 @@ div.main_navigation a.active { | |||
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | div.main_navigation a.inactive { | 79 | div.main_navigation a.inactive { |
| 80 | color: #CCCCCC; | 80 | color: #aeadad; |
| 81 | text-transform: lowercase; | 81 | text-transform: lowercase; |
| 82 | font-size: 13px; | 82 | font-size: 13px; |
| 83 | } | 83 | } |
| @@ -89,9 +89,9 @@ div#frontpage_calendar { | |||
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { | 91 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { |
| 92 | color: #CCCCCC; | 92 | color: #aeadad; |
| 93 | border-top: 2px solid #CCCCCC; | 93 | border-top: 2px solid #aeadad; |
| 94 | border-bottom: 2px solid #CCCCCC; | 94 | border-bottom: 2px solid #aeadad; |
| 95 | font-size: 16px; | 95 | font-size: 16px; |
| 96 | padding-top: 2px; | 96 | padding-top: 2px; |
| 97 | padding-bottom: 2px; | 97 | padding-bottom: 2px; |
