diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:19:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:19:47 -0700 |
| commit | f2e5c3293644917161a2f01c877b817ea58c2631 (patch) | |
| tree | 38b8996208af70a06ba66d6c20f4cdf3b6ea35d5 | |
| parent | 6b23a66c29c3613c6792a257aafa949c81746597 (diff) | |
| download | bootstrap-f2e5c3293644917161a2f01c877b817ea58c2631.tar.xz bootstrap-f2e5c3293644917161a2f01c877b817ea58c2631.zip | |
-background to -bg on jumbotron vars
| -rw-r--r-- | less/jumbotron.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less index c5d850bf9..6437ea58e 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 ffb226abf..1f4e45874 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; |
