aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/variables.less2
-rw-r--r--less/wells.less4
2 files changed, 3 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index 8b114da99..3ad356fc8 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -332,7 +332,7 @@
// Wells
// -------------------------
-@well-background: #f5f5f5;
+@well-bg: #f5f5f5;
// Miscellaneous
diff --git a/less/wells.less b/less/wells.less
index 23cd13bfb..6a909f44b 100644
--- a/less/wells.less
+++ b/less/wells.less
@@ -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 {