Comment on elements missing from mkws_config_default hash.
[mkws-moved-to-github.git] / tools / htdocs / mkws-doc.css
index 6081484..2a34a60 100644 (file)
@@ -8,6 +8,16 @@ h1, h2, h3 {
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
+h2 a, h3 a, div#TOC a {
+    color: #68a;
+    text-decoration: none;
+}
+
+h2, h3 {
+    /* Default spacing is way off in both Chrome and Firefox */
+    margin-bottom: -0.5em;
+}
+
 h1 {
     background: #e0e8f8;
     padding: 0.2em;
@@ -24,7 +34,7 @@ h3.date {
     color: black
 }
 
-p, ul, pre {
+body > p, ul, pre {
     margin-left: 10%;
 }