chiark / gitweb /
Merge branch 'master' of /home/wiki/thymewiki/ThymeWiki
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 17:43:38 +0000 (17:43 +0000)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 17:43:38 +0000 (17:43 +0000)
local.css

index 9558d3fac6e6641af4c03cfb141f6f2fcc8ba931..f2bff1925744679734264d6c86c4f0a5c1215d90 100644 (file)
--- a/local.css
+++ b/local.css
@@ -7,11 +7,19 @@ table {border-collapse: collapse;
        border: 1px solid black; 
        border-left: 0px; 
        border-right: 0px}
-td {border: 1px solid black; border-top: 0px; border-bottom: 0px}
+td {border: 1px solid black; 
+    border-top: 0px; 
+    border-bottom: 0px;
+    margin-left: 2px;
+    margin-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}
+th {border: 1px solid black; 
+    border-top: 0px; 
+    border-bottom: 0px;
+    margin-left: 2px;
+    margin-right: 2px}
 th:first-child {border-left: 0px}
 th:last-child {border-right: 0px}