diff options
| author | Mark Otto <[email protected]> | 2013-12-14 21:50:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-14 21:50:47 -0800 |
| commit | 168469f545a189fa51e5d36546e7972f4748ec3f (patch) | |
| tree | ab31d3b466fa0aa3b94ad2e471ee29887bf7c3e8 /dist/css/bootstrap.css | |
| parent | 647e9eb0f192a18ee84b7e8a4ca162354d98cebb (diff) | |
| download | bootstrap-168469f545a189fa51e5d36546e7972f4748ec3f.tar.xz bootstrap-168469f545a189fa51e5d36546e7972f4748ec3f.zip | |
Fixes #11588: Scope font-size to only p elements in a .jumbotron and remove the supersized line-height from the base class
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c3027b3a9..4c1d7baba 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4278,19 +4278,17 @@ a.list-group-item.active > .badge, .jumbotron { padding: 30px; margin-bottom: 30px; - font-size: 21px; - font-weight: 200; - line-height: 2.1428571435; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { - line-height: 1; color: inherit; } .jumbotron p { - line-height: 1.4; + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; } .container .jumbotron { border-radius: 6px; |
