FIx comment.
[mkws-moved-to-github.git] / doc / mkws-doc.css
index 9d049f7..386c46a 100644 (file)
@@ -15,7 +15,8 @@ div#header h3 { font-size: 100% }
   background-position: right top;
   background-color: #eee; 
 }
-.pane:nth-child(3) {
+// Somehow, "-n+3" is how you say "first three panes"
+.pane:nth-child(-n+3) {
   background-image: none;
 }
 .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black }
@@ -25,3 +26,11 @@ body > p:last-of-type {
     text-align: right;
     font-size: small;
 }
+
+table { border-collapse: collapse; }
+tr.header { color: #fff; background: #888; }
+tr.odd { background: #ddd }
+tr.even { background: #ccc }
+table, th, td { border: 1px solid #bbb; }
+td { vertical-align: top; }
+td, th { padding: 0.3em 0.6em; }