-background to -bg on jumbotron vars

This commit is contained in:
Mark Otto 2013-03-31 17:19:47 -07:00
parent 6b23a66c29
commit f2e5c32936
2 changed files with 2 additions and 2 deletions

View 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;

View File

@ -230,7 +230,7 @@
// Jumbotron
// -------------------------
@jumbotron-background: @grayLighter;
@jumbotron-bg: @grayLighter;
@jumbotron-heading-color: inherit;
@jumbotron-lead-color: inherit;