Fix MKWS-286.
[mkws-moved-to-github.git] / doc / mkws-doc.css
index 2fdccf1..3947186 100644 (file)
@@ -13,7 +13,14 @@ div#header h2 { font-size: 120% }
   background-position: right top;
   background-color: #eee; 
 }
+.pane:nth-child(3) {
+  background-image: none;
+}
 .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black }
 .nologo { background-image: none }
 pre { background: #ddd; padding: 0.5em; }
 img:first-of-type { float: right; margin: 1.5em }
+body > p:last-of-type {
+    text-align: right;
+    font-size: small;
+}