mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
-background to -bg on jumbotron vars
This commit is contained in:
parent
6b23a66c29
commit
f2e5c32936
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
// Jumbotron
|
||||
// -------------------------
|
||||
|
||||
@jumbotron-background: @grayLighter;
|
||||
@jumbotron-bg: @grayLighter;
|
||||
@jumbotron-heading-color: inherit;
|
||||
@jumbotron-lead-color: inherit;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue