]> git.za3k.com Git - za3k.git/commitdiff
Add markdown styles to database styles
authorZachary Vance <vanceza@gmail.com>
Wed, 5 Aug 2015 02:54:01 +0000 (19:54 -0700)
committerZachary Vance <vanceza@gmail.com>
Wed, 5 Aug 2015 02:54:01 +0000 (19:54 -0700)
db.css

diff --git a/db.css b/db.css
index 1c2743e5d7348ebd5862e956d4920d916b8cd42b..3a2d61cecf38db23e1a31f4d613cc36cc30cf5bd 100644 (file)
--- 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;
+}