Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-06-26 01:37:35 +0400
committerMark Otto <markotto@twitter.com>2012-06-26 01:37:35 +0400
commitcd466f1d0b51c5165f7b615c671ee94d53f48eeb (patch)
tree73fbbe685d21ccbb3c2c6b2639bcc8134ed7a529 /docs
parent27845e4492741a973231ff1be6c493e001a28555 (diff)
add tests for table grid sizing, solve bugs in fluid table grid sizing
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 88db0c0444..ab0a0731a1 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1753,6 +1753,13 @@ table {
background-color: #f5f5f5;
}
+table [class*=span],
+.row-fluid table [class*=span] {
+ display: table-cell;
+ float: none;
+ margin-left: 0;
+}
+
table .span1 {
float: none;
width: 44px;