fix make syntax error in last commit
[mkws-moved-to-github.git] / tools / htdocs / mkws-doc.css
index 2b89f78..f769329 100644 (file)
@@ -11,6 +11,7 @@ h1, h2, h3 {
 h1 {
     background: #e0e8f8;
     padding: 0.2em;
+    font-weight: normal;
 }
 
 h2.author {
@@ -23,7 +24,7 @@ h3.date {
     color: black
 }
 
-p, ul, pre {
+body > p, ul, pre {
     margin-left: 10%;
 }
 
@@ -38,8 +39,8 @@ pre {
 /*
  * Works with the HTML emitted by pandoc. It would better if pandoc
  * were to emit class names that we can use. But it doesn't.
- */
-body p:last-of-type {
+ */  
+body > p:last-of-type {
     font-size: small;
     max-width: none;
     text-align: right;