From: Mark Otto Date: Mon, 1 Apr 2013 00:19:47 +0000 (-0700) Subject: -background to -bg on jumbotron vars X-Git-Tag: v3.0.0-rc1~504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e5c3293644917161a2f01c877b817ea58c2631;p=thirdparty%2Fbootstrap.git -background to -bg on jumbotron vars --- diff --git a/less/jumbotron.less b/less/jumbotron.less index c5d850bf9f..6437ea58ec 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -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; diff --git a/less/variables.less b/less/variables.less index ffb226abfd..1f4e458744 100644 --- a/less/variables.less +++ b/less/variables.less @@ -230,7 +230,7 @@ // Jumbotron // ------------------------- -@jumbotron-background: @grayLighter; +@jumbotron-bg: @grayLighter; @jumbotron-heading-color: inherit; @jumbotron-lead-color: inherit;