diff options
| author | Mark Otto <[email protected]> | 2012-07-01 08:42:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-01 08:42:09 -0700 |
| commit | 70e81e6f55ad77f3777e87c4edd646a2f5ac8bee (patch) | |
| tree | 1ba4734fb0a14c142ba2210a993ac4afbef4e222 /docs/assets/css/bootstrap-responsive.css | |
| parent | fb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff) | |
| download | bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.tar.xz bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.zip | |
new jumbotron
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 10831d904..f05241725 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -15,6 +15,7 @@ .clearfix:before, .clearfix:after { display: table; + line-height: 0; content: ""; } @@ -94,6 +95,7 @@ .row:before, .row:after { display: table; + line-height: 0; content: ""; } .row:after { @@ -187,6 +189,7 @@ .row-fluid:before, .row-fluid:after { display: table; + line-height: 0; content: ""; } .row-fluid:after { @@ -434,6 +437,7 @@ .row:before, .row:after { display: table; + line-height: 0; content: ""; } .row:after { @@ -527,6 +531,7 @@ .row-fluid:before, .row-fluid:after { display: table; + line-height: 0; content: ""; } .row-fluid:after { |
