X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=less%2Fbootstrap%2Ftables.less;h=5eff926fd90ff79242796f20e1801f4706c782e0;hb=b058b55a2f16e1d9a5b7d0af5c2dc8f4904541b3;hp=2242c036868d7358ad684313ccab2e4d4704ee94;hpb=f093436b262b0b119ccac5e5b74bf85d297185f6;p=roojs1 diff --git a/less/bootstrap/tables.less b/less/bootstrap/tables.less index 2242c03686..5eff926fd9 100644 --- a/less/bootstrap/tables.less +++ b/less/bootstrap/tables.less @@ -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;