]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it into...
authorSteven Black <steveb@stevenblack.com>
Sat, 5 Oct 2013 01:43:31 +0000 (21:43 -0400)
committerSteven Black <steveb@stevenblack.com>
Sat, 5 Oct 2013 01:43:31 +0000 (21:43 -0400)
less/jumbotron.less
less/variables.less

index 3a2365f05efa55d96724204dfcf6c68bb3a3d4b4..aadb4acf57bb505d4892a0ddb5d42db8cf23d12f 100644 (file)
@@ -6,7 +6,7 @@
 .jumbotron {
   padding: @jumbotron-padding;
   margin-bottom: @jumbotron-padding;
-  font-size: (@font-size-base * 1.5);
+  font-size: @font-size-jumbotron;
   font-weight: 200;
   line-height: (@line-height-base * 1.5);
   color: @jumbotron-color;
index 1a998b9461af25313befe40ed1d3f05524021d3c..e611c3a025058d3c35904046fff26d908e5f61fa 100644 (file)
 @jumbotron-padding:              30px;
 @jumbotron-color:                inherit;
 @jumbotron-bg:                   @gray-lighter;
-
 @jumbotron-heading-color:        inherit;
+@font-size-jumbotron:            ceil(@font-size-base * 1.50); 
 
 
 // Form states and alerts