]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Jumbotron: Putting heading font size in variables to allow for easier overrides. 16089/head
authorMaxb <maxb.personal@gmail.com>
Thu, 19 Mar 2015 00:29:59 +0000 (17:29 -0700)
committerMaxb <maxb.personal@gmail.com>
Thu, 19 Mar 2015 00:29:59 +0000 (17:29 -0700)
less/jumbotron.less
less/variables.less

index 93036d3c95005f318797618995f07f1932086d29..fb4415bdc332d47fcd1e2557abbe53512a35c345 100644 (file)
@@ -44,7 +44,7 @@
 
     h1,
     .h1 {
-      font-size: (@font-size-base * 4.5);
+      font-size: @jumbotron-heading-font-size;
     }
   }
 }
index b5fb9d02cf5197e50517a60dae2e3447a032cfe5..dd3c102ab151c219cd1282fc21ac76979994d232 100644 (file)
 @jumbotron-bg:                   @gray-lighter;
 @jumbotron-heading-color:        inherit;
 @jumbotron-font-size:            ceil((@font-size-base * 1.5));
+@jumbotron-heading-font-size:    ceil((@font-size-base * 4.5));
 
 
 //== Form states and alerts