]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font...
authorSteven Black <steveb@stevenblack.com>
Sat, 5 Oct 2013 22:37:53 +0000 (18:37 -0400)
committerSteven Black <steveb@stevenblack.com>
Sat, 5 Oct 2013 22:37:53 +0000 (18:37 -0400)
less/jumbotron.less

index aadb4acf57bb505d4892a0ddb5d42db8cf23d12f..22c29780a92783bb4c77dc7ee0faaa81d8edcd37 100644 (file)
@@ -6,7 +6,7 @@
 .jumbotron {
   padding: @jumbotron-padding;
   margin-bottom: @jumbotron-padding;
-  font-size: @font-size-jumbotron;
+  font-size: @jumbotron-font-size;
   font-weight: 200;
   line-height: (@line-height-base * 1.5);
   color: @jumbotron-color;