less/bootstrap/tables.less
[roojs1] / 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;