summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 14:07:11 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 14:07:11 +0200
commitf7462922fca48ca6a2f2bbc9ee3511fcec2b0d1c (patch)
treebec41f236eb1b67fcd62d6f1d77782122defa3f5
parent83e76d0c20ab6ee6cb79d020da43a9ec04fa154b (diff)
downloadweb-f7462922fca48ca6a2f2bbc9ee3511fcec2b0d1c.tar.gz
web-f7462922fca48ca6a2f2bbc9ee3511fcec2b0d1c.tar.bz2
web-f7462922fca48ca6a2f2bbc9ee3511fcec2b0d1c.zip
Fixed CSS; added stuff for TOC
-rw-r--r--static/css/style.css27
1 files changed, 19 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 45cf21e..c75427c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -36,6 +36,10 @@ p, ul, ol {
line-height: 20px;
}
+p + h2,h3,h4 {
+ margin-top: 1.5em;
+}
+
a:link {
color: #8BD80E;
}
@@ -165,12 +169,6 @@ img.right {
#logo p a:hover { text-decoration: underline; }
-
-.hstart {
- font: 18px Georgia, "Times New Roman", Times, serif;
- color: #8BD80E;
-}
-
/* Page */
#page {
@@ -198,6 +196,11 @@ img.right {
margin-bottom: 0.5em;
}
+.hstart {
+ font: 18px Georgia, "Times New Roman", Times, serif;
+ color: #8BD80E;
+}
+
/* Boxes */
.box {
@@ -229,8 +232,16 @@ img.right {
overflow: auto;
}
-p + h2,h3,h4 {
- margin-top: 1.5em;
+/* Table of contents */
+
+#contentheader {
+ display: none;
+}
+
+#innertoc {
+}
+
+#tocLink {
}
/* Footer */