all: add horizontalComponentOffset, better match variables.less, closes #34, thanks...
[bootswatch] / slate / variables.less
index d0649ea..2d0b058 100755 (executable)
@@ -1,10 +1,8 @@
-//
 // Variables
 // Swatch: Slate
 // Version: 2.1.1
 // --------------------------------------------------
 
-
 // Global values
 // --------------------------------------------------
 
@@ -59,7 +57,6 @@
 @headingsFontWeight:    bold;    // instead of browser default, bold
 @headingsColor:         inherit; // empty to use BS default, @textColor
 
-
 // Tables
 // -------------------------
 @tableBackground:                   transparent; // overall background-color
@@ -67,7 +64,6 @@
 @tableBackgroundHover:              @grayDark; // for hover
 @tableBorder:                       darken(@grayDarker, 5%); // table and cell border
 
-
 // Buttons
 // -------------------------
 @btnBackground:                     @white;
 @dropdownDividerBottom:         darken(@grayDarker, 5%);
 
 @dropdownLinkColor:             @grayLight;
-
 @dropdownLinkColorHover:        @grayLighter;
-@dropdownLinkBackgroundHover:   @grayDarker;
-
 @dropdownLinkColorActive:       @dropdownLinkColor;
+
 @dropdownLinkBackgroundActive:  @grayDarker;
+@dropdownLinkBackgroundHover:   @grayDarker;
 
 
 
 @hrBorder:                @grayLighter;
 
 
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset:       180px;
+
+
 // Wells
 // -------------------------
 @wellBackground:                  darken(@grayDarker, 3%);