]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
simplify jumbotron styles, rem-ify padding
authorMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:04:10 +0000 (09:04 -0700)
committerMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:04:10 +0000 (09:04 -0700)
less/jumbotron.less
less/variables.less

index e5bc30e3f263707f6a32fdbbf82daecf07c8683e..3d0959826385e76e2e38b2bd9a31537c6fffe4a0 100644 (file)
   .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%);
index 27973d61b4ec50cc27d0b9cea442646279d0b135..862f585c9423f579dee01009ee2bf03c472a24b5 100644 (file)
 //
 //##
 
-@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