# HG changeset patch # User Steve Losh # Date 1578269354 18000 # Node ID f06f192321c97f669a1a788c4e94057e099532f2 # Parent 3a93ce0b1bd228bafe4ef93866b9bc8896f89585 Fix table styling diff -r 3a93ce0b1bd2 -r f06f192321c9 static/css/style.css --- 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; }