comments and borders for multiple tbody
This commit is contained in:
parent
a2ebf0c0c1
commit
32c6287259
3 changed files with 13 additions and 1 deletions
5
bootstrap.css
vendored
5
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Tue Jan 10 21:52:26 PST 2012
|
||||
* Date: Wed Jan 11 09:43:04 PST 2012
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
|
@ -993,6 +993,9 @@ th {
|
|||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
thead:first-child tr th, thead:first-child tr td {
|
||||
border-top: 0;
|
||||
}
|
||||
tbody + tbody {
|
||||
border-top: 2px solid #ddd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue