Reorganize auxilliary CGIs
[blerg.git] / www / css / doc.css
index 1173b95..adfe20c 100644 (file)
@@ -9,6 +9,11 @@ body {
 h1, h2, h3, h4, h5 {
        font-family: sans-serif;
        clear: both;
+       margin-bottom: 0.5em;
+}
+
+h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
+       margin-top: 0.5em;
 }
 
 pre {
@@ -68,6 +73,17 @@ pre {
        height: 16px;
 }
 
+.feature {
+       font-family: sans-serif;
+       font-size: 12pt;
+       color: #707010;
+       font-weight: bold;
+}
+
+h3 + .feature {
+       margin-top: -10px;
+}
+
 .magic {
        display: none;
 }