diff options
| author | Mark Otto <[email protected]> | 2013-07-05 14:15:00 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 14:15:00 -0500 |
| commit | 88a266b800a74b8445d06ac2fcb70ab97f035dfd (patch) | |
| tree | 2e15def1d344dad26ce70010ba8b332a91d418bd /less | |
| parent | 14056409c3c5ddc2e77a5829b6a99a1e809a811b (diff) | |
| download | bootstrap-88a266b800a74b8445d06ac2fcb70ab97f035dfd.tar.xz bootstrap-88a266b800a74b8445d06ac2fcb70ab97f035dfd.zip | |
Add tfoot back (addresses more than #8387)
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/less/tables.less b/less/tables.less index ebfb1c656..9d39ad39f 100644 --- a/less/tables.less +++ b/less/tables.less @@ -20,7 +20,8 @@ th { margin-bottom: @line-height-computed; // Cells thead, - tbody { + tbody, + tfoot { > tr { > th, > td { @@ -63,7 +64,8 @@ th { .table-condensed { thead, - tbody { + tbody, + tfoot { > tr { > th, > td { @@ -85,7 +87,8 @@ th { border-radius: @border-radius-base; > thead, - > tbody { + > tbody, + > tfoot { > tr { > th, > td { @@ -200,7 +203,8 @@ table col[class^="col-"] { display: table-column; } table { - td, th { + td, + th { &[class^="col-"] { float: none; display: table-cell; |
