vendor/toolkit/twitter/bootstrap/panels.less in twitter-bootswatch-rails-3.0.2.0 vs vendor/toolkit/twitter/bootstrap/panels.less in twitter-bootswatch-rails-3.0.3.0

- old
+ new

@@ -55,17 +55,21 @@ // Place a non-bordered `.table` within a panel (not within a `.panel-body`) and // watch it go full width. .panel { > .table, - > .table-responsive { + > .table-responsive > .table { margin-bottom: 0; } > .panel-body + .table, > .panel-body + .table-responsive { border-top: 1px solid @table-border-color; } + > .table > tbody:first-child th, + > .table > tbody:first-child td { + border-top: 0; + } > .table-bordered, > .table-responsive > .table-bordered { border: 0; > thead, > tbody, @@ -85,10 +89,14 @@ border-bottom: 0; } } } } + > .table-responsive { + border: 0; + margin-bottom: 0; + } } // Optional heading .panel-heading { @@ -104,9 +112,11 @@ // Within heading, strip any `h*` tag of it's default margins for spacing. .panel-title { margin-top: 0; margin-bottom: 0; font-size: ceil((@font-size-base * 1.125)); + color: inherit; + > a { color: inherit; } }