summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-13 00:49:05 +0100
committerneoraider <devnull@localhost>2006-01-13 00:49:05 +0100
commit8b89c8c8a9001c5f5b38465ceb58306fc6f0659e (patch)
treea5b57b8809365c8e3184ae81bd193986367e31b8 /styles
parentecb8233cd7e9fbacd7614028115161565e841d87 (diff)
downloadneon-8b89c8c8a9001c5f5b38465ceb58306fc6f0659e.tar
neon-8b89c8c8a9001c5f5b38465ceb58306fc6f0659e.zip
Navigationsleiste verbessert (ungenutzte Eintr?ge werden ausgeblendet); einige kleinere ?nderungen + Bugs gefixt
Diffstat (limited to 'styles')
-rw-r--r--styles/GreenGrid/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css
index 1a702ac..a46151d 100644
--- a/styles/GreenGrid/style.css
+++ b/styles/GreenGrid/style.css
@@ -47,8 +47,7 @@ div#nav {
div#nav ul {
padding-left:0;
- margin-top:0;
- margin-bottom:1em;
+ margin:0;
}
div#nav ul li {
@@ -57,15 +56,24 @@ div#nav ul li {
list-style-type:none;
}
+div#nav ul li ul {
+ margin-bottom:0.8em;
+}
+
div#nav ul li ul li {
text-align:left;
font-weight:normal;
}
div#nav ul li ul li ul {
+ margin-bottom:0;
padding-left:0.8em;
}
+h1, h2, h3, h4, h5, h6 {
+ margin-top:0;
+}
+
.error {
color:#FF0000;
}