From: Mark Otto Date: Mon, 1 Apr 2013 00:25:52 +0000 (-0700) Subject: -background to -bg on wells vars X-Git-Tag: v3.0.0-rc1~499 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=376bd20b3a8714546c87676a6cc87ed1f85e7c90;p=thirdparty%2Fbootstrap.git -background to -bg on wells vars --- 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 {