chiark / gitweb /
(no commit message)
[ThymeWiki.git] / local.css
index f2bff1925744679734264d6c86c4f0a5c1215d90..8d62bea2412b749ce8dbb0c7c86f81a5070bd701 100644 (file)
--- a/local.css
+++ b/local.css
@@ -3,6 +3,7 @@
 /* Add local styling here, instead of modifying style.css. */
 
 tr:nth-child(odd) {background: #EEE}
+tr:last-child(odd) {background: white}
 table {border-collapse: collapse; 
        border: 1px solid black; 
        border-left: 0px; 
@@ -10,17 +11,17 @@ table {border-collapse: collapse;
 td {border: 1px solid black; 
     border-top: 0px; 
     border-bottom: 0px;
-    margin-left: 2px;
-    margin-right: 2px}
+    padding-left: 2px;
+    padding-right: 2px}
 td:first-child {border-left: 0px}
 td:last-child {border-right: 0px}
 thead {border: 1px solid black; border-left: 0px; border-right: 0px}
 th {border: 1px solid black; 
     border-top: 0px; 
     border-bottom: 0px;
-    margin-left: 2px;
-    margin-right: 2px}
+    padding-left: 2px;
+    padding-right: 2px}
 th:first-child {border-left: 0px}
 th:last-child {border-right: 0px}
 
-.header {margin-bottom:8px}
\ No newline at end of file
+.header {margin-bottom:8px}