f06f192321c9 lisp

Fix table styling
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 05 Jan 2020 19:09:14 -0500
parents 3a93ce0b1bd2
children 2b4f7c840c51
branches/tags lisp
files static/css/style.css

Changes

--- a/static/css/style.css	Sun Jan 05 18:57:13 2020 -0500
+++ b/static/css/style.css	Sun Jan 05 19:09:14 2020 -0500
@@ -120,6 +120,18 @@
     line-height: 16px;
 }
 
+table {
+    margin: 0px auto 24px;
+    border-collapse: collapse;
+}
+td, th {
+    border: 1px solid #666;
+    padding: 4px 8px;
+}
+th {
+    background-color: #f4f4f4;
+}
+
 /* Bits & Bobs ------------------------------------------------------------- */
 a#logo { color: #000000; }
 a#logo:hover { color: #e50053; }