aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-11 09:43:13 -0800
committerMark Otto <[email protected]>2012-01-11 09:43:13 -0800
commit32c628725924ca014df208fa57de4c5a4050733e (patch)
tree81bd804c312ab42d28310f74ffae1a00e5c547a3 /bootstrap.css
parenta2ebf0c0c1381c38dda24bf12aebd5f9b4907e06 (diff)
downloadbootstrap-32c628725924ca014df208fa57de4c5a4050733e.tar.xz
bootstrap-32c628725924ca014df208fa57de4c5a4050733e.zip
comments and borders for multiple tbody
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 561a70572..6ac110e29 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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;
}