Add two more lines.
[mkws-moved-to-github.git] / doc / mkws-doc.css
index 00e961b..8f2f4a7 100644 (file)
@@ -1,5 +1,6 @@
 body {
   font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
+  font-weight: normal;
 }
 h1, h2, h3 { color: #606060 }
 h2 { margin-top: 0.5em }
@@ -27,8 +28,10 @@ body > p:last-of-type {
     font-size: small;
 }
 
-table { background: #ddd; border-collapse: collapse; }
+table { border-collapse: collapse; }
 tr.header { color: #fff; background: #888; }
-table, th, td { border: 1px solid #ccc; }
+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; }