chiark / gitweb /
Cat Food!
[ThymeWiki.git] / local.css
index 8d62bea2412b749ce8dbb0c7c86f81a5070bd701..b702d4bb70ca209e64c7ade19f39705e3eaa2b92 100644 (file)
--- a/local.css
+++ b/local.css
@@ -3,24 +3,25 @@
 /* Add local styling here, instead of modifying style.css. */
 
 tr:nth-child(odd) {background: #EEE}
-tr:last-child(odd) {background: white}
+tr:last-child {background: white}
 table {border-collapse: collapse; 
-       border: 1px solid black; 
-       border-left: 0px; 
-       border-right: 0px}
+       margin-top: 6pt}
 td {border: 1px solid black; 
     border-top: 0px; 
     border-bottom: 0px;
-    padding-left: 2px;
-    padding-right: 2px}
+    padding-left: 4px;
+    padding-right: 4px}
 td:first-child {border-left: 0px}
 td:last-child {border-right: 0px}
-thead {border: 1px solid black; border-left: 0px; border-right: 0px}
+thead {border: 1px solid black; 
+       border-top: 0px; 
+       border-left: 0px; 
+       border-right: 0px}
 th {border: 1px solid black; 
     border-top: 0px; 
     border-bottom: 0px;
-    padding-left: 2px;
-    padding-right: 2px}
+    padding-left: 4px;
+    padding-right: 4px}
 th:first-child {border-left: 0px}
 th:last-child {border-right: 0px}