Improve layout and CSS
[infodrom.org/infocon.infodrom.org] / src / infocon.css
index 5faa86f..57998db 100644 (file)
@@ -186,6 +186,17 @@ html>body div.vmenu ul li a {
   width: auto;
 }
 
+table.teachings {
+  font-size: inherit;
+  border: 1px solid #aaa;
+}
+table.teachings tbody tr:nth-child(even) {
+  background: #d0d0d0;
+}
+table.teachings tbody tr:nth-child(odd) {
+  background: #eeeeee;
+}
+
 /*
  * Local variables:
  * mode: indented-text