mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
-background to -bg on wells vars
This commit is contained in:
parent
52e4148302
commit
376bd20b3a
@ -332,7 +332,7 @@
|
||||
|
||||
// Wells
|
||||
// -------------------------
|
||||
@well-background: #f5f5f5;
|
||||
@well-bg: #f5f5f5;
|
||||
|
||||
|
||||
// Miscellaneous
|
||||
|
@ -8,8 +8,8 @@
|
||||
min-height: 20px;
|
||||
padding: 19px;
|
||||
margin-bottom: 20px;
|
||||
background-color: @well-background;
|
||||
border: 1px solid darken(@well-background, 7%);
|
||||
background-color: @well-bg;
|
||||
border: 1px solid darken(@well-bg, 7%);
|
||||
border-radius: @border-radius-base;
|
||||
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
|
||||
blockquote {
|
||||
|
Loading…
x
Reference in New Issue
Block a user