aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-14 00:23:46 -0700
committerMark Otto <[email protected]>2014-07-14 00:23:46 -0700
commite6ee1b228fa06200c677e86696e4a7a72ccf57a7 (patch)
treec2cf6ecb23e84cc0d64b06d45749c645c882969b /docs/dist/css/bootstrap.css
parentd60d34231a7e76684d43f9c1fb8b1d60d589183e (diff)
downloadbootstrap-e6ee1b228fa06200c677e86696e4a7a72ccf57a7.tar.xz
bootstrap-e6ee1b228fa06200c677e86696e4a7a72ccf57a7.zip
inverse table idea
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 3fcf5e677..fd196ed7a 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -1404,8 +1404,8 @@ table {
background-color: transparent;
}
caption {
- padding-top: .5rem;
- padding-bottom: .5rem;
+ padding-top: .75rem;
+ padding-bottom: .75rem;
color: #818a91;
text-align: left;
}
@@ -1423,7 +1423,7 @@ th {
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
- padding: .5rem;
+ padding: .75rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #eceeef;
@@ -1646,6 +1646,19 @@ table th[class*="col-"] {
color: #55595c;
background-color: #eceeef;
}
+.table-inverse {
+ color: #eceeef;
+ background-color: #373a3c;
+}
+.table-inverse.table-bordered {
+ border: 0;
+}
+.table-inverse > thead > tr > th,
+.table-inverse > tbody > tr > th,
+.table-inverse > thead > tr > td,
+.table-inverse > tbody > tr > td {
+ border-color: #55595c;
+}
fieldset {
min-width: 0;
padding: 0;