diff options
| author | Gavin Cooper (work) <[email protected]> | 2012-07-04 12:22:34 +0100 |
|---|---|---|
| committer | Gavin Cooper (work) <[email protected]> | 2012-07-04 12:22:34 +0100 |
| commit | b4125748b0d0e12a7855350ee3d9089e0a2f93e7 (patch) | |
| tree | 013bb4457b3a7ec8bb9d918036f859ba4ccb7a89 /docs/assets/css/bootstrap-responsive.css | |
| parent | fb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff) | |
| download | bootstrap-b4125748b0d0e12a7855350ee3d9089e0a2f93e7.tar.xz bootstrap-b4125748b0d0e12a7855350ee3d9089e0a2f93e7.zip | |
added ability to give rows in tables status classes .success .error and .info.
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 { |
