]> git.za3k.com Git - za3k.git/commitdiff
minimum table header height
authorZachary Vance <vanceza@gmail.com>
Fri, 13 Mar 2015 21:20:07 +0000 (14:20 -0700)
committerZachary Vance <vanceza@gmail.com>
Fri, 13 Mar 2015 21:20:07 +0000 (14:20 -0700)
journal/markdown.css

index 795109a127c8a2a297e359717920895a3d29ddf3..74d3ec5138f36599c7d9f313ebc0905e3333d091 100644 (file)
@@ -12,6 +12,7 @@ table {
 
 th {
   background-color: #FFFFDD;
+  min-height: 50px;
 }
 
 tr.alt td {