From 376bd20b3a8714546c87676a6cc87ed1f85e7c90 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 31 Mar 2013 17:25:52 -0700 Subject: [PATCH] -background to -bg on wells vars --- less/variables.less | 2 +- less/wells.less | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/less/variables.less b/less/variables.less index 8b114da997..3ad356fc8b 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 23cd13bfb0..6a909f44b4 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 {