diff options
| author | Mark Otto <[email protected]> | 2012-07-06 10:35:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-06 10:35:08 -0700 |
| commit | 19ea4668e5d62303b26e322d32b45d6268837c18 (patch) | |
| tree | c27536bcfa9ad64d4443ee1e5979b14a82e19b49 /docs/assets/css/bootstrap-responsive.css | |
| parent | 3d770ab7bd3ba189db8f1bcc8d84ff9bfbcfc81c (diff) | |
| download | bootstrap-19ea4668e5d62303b26e322d32b45d6268837c18.tar.xz bootstrap-19ea4668e5d62303b26e322d32b45d6268837c18.zip | |
prevent small tags from increasing height of headings
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 { |
