Commit 376bd20b authored by Mark Otto's avatar Mark Otto
Browse files

-background to -bg on wells vars

parent 52e41483
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment