summaryrefslogtreecommitdiff
path: root/public/stylesheets/ccc.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-19 20:33:00 +0200
committerhukl <contact@smyck.org>2009-10-19 20:33:00 +0200
commit41519cf9b82446d348c5840518d688ae6230fdb0 (patch)
tree140964eabcebbf1507e915173c10d0b8b41de1f2 /public/stylesheets/ccc.css
parent191eb515543f7a408a4fb3e3d585d2cd031fb880 (diff)
minor html and css fixes
Diffstat (limited to 'public/stylesheets/ccc.css')
-rw-r--r--public/stylesheets/ccc.css6
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
44div#header img {
45 border: none;
46}
47
44div#main_navigation ul { 48div#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 {
63div#main_navigation a.active { 67div#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
68div#main_navigation a.inactive { 73div#main_navigation a.inactive {
@@ -143,6 +148,7 @@ div#center_column h2 a {
143} 148}
144 149
145div#center_column h2.headline { 150div#center_column h2.headline {
151 margin-top: 8px;
146 border-bottom: 2px solid #cccccc; 152 border-bottom: 2px solid #cccccc;
147} 153}
148 154