Classes for author and date.
[mkws-moved-to-github.git] / tools / htdocs / mkws-doc.css
index 4b6bc01..2b89f78 100644 (file)
@@ -13,8 +13,18 @@ h1 {
     padding: 0.2em;
 }
 
+h2.author {
+    font-size: 120%;
+    color: black
+}
+
+h3.date {
+    font-size: 100%;
+    color: black
+}
+
 p, ul, pre {
-    margin-left: 10em;
+    margin-left: 10%;
 }
 
 p, ul {
@@ -31,5 +41,6 @@ pre {
  */
 body p:last-of-type {
     font-size: small;
+    max-width: none;
     text-align: right;
 }