less/bootstrap/tables.less
authorAlan Knowles <alan@roojs.com>
Wed, 12 Sep 2018 05:36:13 +0000 (13:36 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 Sep 2018 05:36:13 +0000 (13:36 +0800)
less/bootstrap/tables.less

index 2242c03..5eff926 100644 (file)
@@ -23,6 +23,7 @@ th {
   width: 100%;
   max-width: 100%;
   margin-bottom: @line-height-computed;
+  border-top: 1px solid @table-border-color;
   // Cells
   > thead,
   > tbody,
@@ -57,7 +58,7 @@ th {
   > tbody + tbody {
     border-top: 2px solid @table-border-color;
   }
-
+  
   // Nesting
   .table {
     background-color: @body-bg;