summaryrefslogtreecommitdiffstats
path: root/styles/GreenGrid/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/GreenGrid/style.css')
-rw-r--r--styles/GreenGrid/style.css24
1 files changed, 18 insertions, 6 deletions
diff --git a/styles/GreenGrid/style.css b/styles/GreenGrid/style.css
index 87aede7..1a702ac 100644
--- a/styles/GreenGrid/style.css
+++ b/styles/GreenGrid/style.css
@@ -32,28 +32,40 @@ input, textarea, select {
div#content {
text-align:justify;
padding:0.8em;
+ margin-left:12em;
background-color:#000000;
border:solid #008000 1px;
}
div#nav {
+ position:absolute;
width:9.40em;
padding:0 0.8em;
border:solid #008000 1px;
background-color:#000000;
}
-.nav_cat {
+div#nav ul {
+ padding-left:0;
+ margin-top:0;
+ margin-bottom:1em;
+}
+
+div#nav ul li {
text-align:center;
font-weight:bold;
+ list-style-type:none;
}
-.error {
- color:#FF0000;
+div#nav ul li ul li {
+ text-align:left;
+ font-weight:normal;
}
+div#nav ul li ul li ul {
+ padding-left:0.8em;
+}
-.neon_head {
- font-weight:bold;
- font-size:1.5em;
+.error {
+ color:#FF0000;
}