aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-08 00:19:01 -0700
committerMark Otto <[email protected]>2011-10-08 00:19:01 -0700
commit0692530efc51efe73a0e40ced2040df9a68fb6f9 (patch)
tree852e402069db6a31bdbc398febeea1ac2b4ab53c /bootstrap.css
parentaa3a8af2d082423e7cede05874b5a56b642ae1b7 (diff)
downloadbootstrap-0692530efc51efe73a0e40ced2040df9a68fb6f9.tar.xz
bootstrap-0692530efc51efe73a0e40ced2040df9a68fb6f9.zip
add better handling to the tables so that the thead and tbody first row can have rounded corners where applicable
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 819bda3f5..3b4a24009 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: Sat Oct 8 00:16:12 PDT 2011
+ * Date: Sat Oct 8 00:18:37 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).
@@ -1097,12 +1097,12 @@ table tbody th {
.bordered-table tr:first-child td {
border-top: 0;
}
-.bordered-table tbody tr:first-child td:first-child {
+.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
}
-.bordered-table tbody tr:first-child td:last-child {
+.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;