From d568e2096ae336bbcce9af717f474ef99956db1e Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 4 Aug 2015 19:54:01 -0700 Subject: [PATCH] Add markdown styles to database styles --- db.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/db.css b/db.css index 1c2743e..3a2d61c 100644 --- a/db.css +++ b/db.css @@ -1,3 +1,24 @@ #stylish\.db tr > td:nth-child(2) { white-space: pre; } + +table, th, td { + border: 1px solid black; +} + +table { + border-collapse: collapse; +} + +table { + width: 100%; +} + +th { + background-color: #FFFFDD; + min-height: 50px; +} + +tr.alt td { + background-color: #EAF2D3; +} -- 2.47.3