From: Zachary Vance Date: Fri, 13 Mar 2015 21:19:19 +0000 (-0700) Subject: Style tables X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=cf481a337c8ff372d7147980d9706e9e981ff4f6;p=za3k.git Style tables --- diff --git a/journal/markdown.css b/journal/markdown.css index baf1aef..795109a 100644 --- a/journal/markdown.css +++ b/journal/markdown.css @@ -1,3 +1,19 @@ +table, th, td { + border: 1px solid black; +} + +table { + border-collapse: collapse; +} + table { - border: 2; + width: 100%; +} + +th { + background-color: #FFFFDD; +} + +tr.alt td { + background-color: #EAF2D3; }