Fix: table headers use solid border style instead dotted.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 01 Apr 2016 23:34:17 +0300
changeset 425 b0e556c2ca95
parent 424 98c8f14fc972
child 426 1edb7766a26e
Fix: table headers use solid border style instead dotted.
www/tmpl/rst.css
--- a/www/tmpl/rst.css	Fri Apr 01 23:28:53 2016 +0300
+++ b/www/tmpl/rst.css	Fri Apr 01 23:34:17 2016 +0300
@@ -78,7 +78,7 @@
     padding: 1px;
 }
 table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
-table, tr, td { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }
+table, tr, td, th { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }
 
 pre.code.keyword, pre.code.tag {
     color: blue;