]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
-background to -bg on wells vars
authorMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:25:52 +0000 (17:25 -0700)
committerMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:25:52 +0000 (17:25 -0700)
less/variables.less
less/wells.less

index 8b114da997a1d18fa1152f420c59f573805494df..3ad356fc8b44f37b40cd67569d8c638116dbd2cd 100644 (file)
 
 // Wells
 // -------------------------
-@well-background:             #f5f5f5;
+@well-bg:                     #f5f5f5;
 
 
 // Miscellaneous
index 23cd13bfb08d05905dd0ece029d1def8110fe35b..6a909f44b48928ed683f6ec7b8b798ad0ed67fbe 100644 (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 {