aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-07 23:53:32 -0700
committerMark Otto <[email protected]>2011-10-07 23:53:32 -0700
commit9991f3faa1489d8edc517ffadb34e698930a9856 (patch)
tree2aeb4dbae36c7b3dd73aa071c3d3b00fd417c945 /bootstrap.css
parentd74dee5e0f74a09d850696b78840debf8334dcc2 (diff)
downloadbootstrap-9991f3faa1489d8edc517ffadb34e698930a9856.tar.xz
bootstrap-9991f3faa1489d8edc517ffadb34e698930a9856.zip
resolve problem with nested tables having double borders
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 96c15f5c0..fb922f68e 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 Oct 4 01:16:04 PDT 2011
+ * Date: Fri Oct 7 23:53:08 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1083,9 +1083,12 @@ table td {
table th + th, table td + td {
border-left: 1px solid #ddd;
}
-table tr + tr td {
+table tr td {
border-top: 1px solid #ddd;
}
+table tr:first-child td {
+ border-top: 0;
+}
table tbody tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;