diff options
| author | Mark Otto <[email protected]> | 2014-07-14 09:04:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-14 09:04:10 -0700 |
| commit | 43450f776834827feef89495a0153fd1702a629e (patch) | |
| tree | 3576e2c8d122abaa1422f31943cb583f417ce6b1 /less | |
| parent | 1c3d461996be512b9f5ff473f5f19bd467da1c74 (diff) | |
| download | bootstrap-43450f776834827feef89495a0153fd1702a629e.tar.xz bootstrap-43450f776834827feef89495a0153fd1702a629e.zip | |
simplify jumbotron styles, rem-ify padding
Diffstat (limited to 'less')
| -rw-r--r-- | less/jumbotron.less | 5 | ||||
| -rw-r--r-- | less/variables.less | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less index e5bc30e3f..3d0959826 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -13,11 +13,6 @@ .h1 { color: @jumbotron-heading-color; } - p { - margin-bottom: (@jumbotron-padding / 2); - font-size: @jumbotron-font-size; - font-weight: 200; - } > hr { border-top-color: darken(@jumbotron-bg, 10%); diff --git a/less/variables.less b/less/variables.less index 27973d61b..862f585c9 100644 --- a/less/variables.less +++ b/less/variables.less @@ -439,11 +439,11 @@ // //## -@jumbotron-padding: 30px; +@jumbotron-padding: 2rem; @jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; @jumbotron-heading-color: inherit; -@jumbotron-font-size: ceil((@font-size-base * 1.5)); +// @jumbotron-font-size: ceil((@font-size-base * 1.5)); //== Form states and alerts |
