2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

-background to -bg on wells vars

This commit is contained in:
Mark Otto
2013-03-31 17:25:52 -07:00
parent 52e4148302
commit 376bd20b3a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 {