From: Zachary Vance Date: Wed, 5 Aug 2015 02:54:01 +0000 (-0700) Subject: Add markdown styles to database styles X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=d568e2096ae336bbcce9af717f474ef99956db1e;p=za3k.git Add markdown styles to database styles --- 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; +}