diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index a77a68d..8b8dfc6 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -41,6 +41,10 @@ div#header { | |||
| 41 | height: 224px; | 41 | height: 224px; |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | div#header img { | ||
| 45 | border: none; | ||
| 46 | } | ||
| 47 | |||
| 44 | div#main_navigation ul { | 48 | div#main_navigation ul { |
| 45 | margin-left: 0; | 49 | margin-left: 0; |
| 46 | padding-left: 0; | 50 | padding-left: 0; |
| @@ -63,6 +67,7 @@ div#main_navigation a:hover { | |||
| 63 | div#main_navigation a.active { | 67 | div#main_navigation a.active { |
| 64 | color: #535353; | 68 | color: #535353; |
| 65 | text-transform: uppercase; | 69 | text-transform: uppercase; |
| 70 | font-size: 14px; | ||
| 66 | } | 71 | } |
| 67 | 72 | ||
| 68 | div#main_navigation a.inactive { | 73 | div#main_navigation a.inactive { |
| @@ -143,6 +148,7 @@ div#center_column h2 a { | |||
| 143 | } | 148 | } |
| 144 | 149 | ||
| 145 | div#center_column h2.headline { | 150 | div#center_column h2.headline { |
| 151 | margin-top: 8px; | ||
| 146 | border-bottom: 2px solid #cccccc; | 152 | border-bottom: 2px solid #cccccc; |
| 147 | } | 153 | } |
| 148 | 154 | ||
