]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
-background to -bg on jumbotron vars
authorMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:19:47 +0000 (17:19 -0700)
committerMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:19:47 +0000 (17:19 -0700)
less/jumbotron.less
less/variables.less

index c5d850bf9f6588b9c756fd202690a9a3f0348c58..6437ea58ec9154a35a84630d7dc2adda04656e43 100644 (file)
@@ -10,7 +10,7 @@
   font-weight: 200;
   line-height: (@line-height-base * 1.5);
   color: @jumbotron-lead-color;
-  background-color: @jumbotron-background;
+  background-color: @jumbotron-bg;
   h1 {
     line-height: 1;
     color: @jumbotron-heading-color;
index ffb226abfdd52a825ce3c2d62398a6dbb3e44dc9..1f4e45874411665f76a267657dfeec14433840a5 100644 (file)
 // Jumbotron
 // -------------------------
 
-@jumbotron-background:           @grayLighter;
+@jumbotron-bg:                   @grayLighter;
 @jumbotron-heading-color:        inherit;
 @jumbotron-lead-color:           inherit;