From: Mark Otto Date: Mon, 14 Jul 2014 16:04:10 +0000 (-0700) Subject: simplify jumbotron styles, rem-ify padding X-Git-Tag: v4.0.0-alpha~633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43450f776834827feef89495a0153fd1702a629e;p=thirdparty%2Fbootstrap.git simplify jumbotron styles, rem-ify padding --- diff --git a/less/jumbotron.less b/less/jumbotron.less index e5bc30e3f2..3d09598263 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 27973d61b4..862f585c94 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