diff options
| author | fat <[email protected]> | 2013-08-17 14:25:16 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 14:25:16 -0700 |
| commit | 2d875c8d5ecd77b833ff3af62a92d139f3382db7 (patch) | |
| tree | e9cd1c4173a312879eba615359db25f5ffc472d2 /less | |
| parent | 33f448f60563c7806f8f4b48dee8a1565bc270ad (diff) | |
| parent | 1b814ddd0a5768ff8ee85bef28f026e06fbace93 (diff) | |
| download | bootstrap-2d875c8d5ecd77b833ff3af62a92d139f3382db7.tar.xz bootstrap-2d875c8d5ecd77b833ff3af62a92d139f3382db7.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 05c091923..6fa535d15 100644 --- a/less/tables.less +++ b/less/tables.less @@ -35,6 +35,7 @@ th { // Bottom align for column headings thead > tr > th { vertical-align: bottom; + border-bottom: 2px solid @table-border-color; } // Remove top border from thead by default caption + thead, @@ -92,6 +93,14 @@ th { } } } + > thead { + > tr { + > th, + > td { + border-bottom-width: 2px; + } + } + } } |
