all: add horizontalComponentOffset, better match variables.less, closes #34, thanks...
[bootswatch] / simplex / variables.less
index d358b4a..51be48f 100755 (executable)
@@ -1,10 +1,8 @@
-//
 // Variables
 // Swatch: Simplex
 // 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:              #f5f5f5; // for hover
 @tableBorder:                       #ddd; // table and cell border
 
-
 // Buttons
 // -------------------------
 @btnBackground:                     @white;
 @dropdownDividerBottom:         @white;
 
 @dropdownLinkColor:             @textColor;
-
 @dropdownLinkColorHover:        @textColor;
-@dropdownLinkBackgroundHover:   #FBEBE9;
-
 @dropdownLinkColorActive:       @dropdownLinkColor;
+
 @dropdownLinkBackgroundActive:  @linkColor;
+@dropdownLinkBackgroundHover:   #FBEBE9;
 
 
 
 @hrBorder:                @grayLighter;
 
 
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset:       180px;
+
+
 // Wells
 // -------------------------
 @wellBackground:                  @white;
 @navbarCollapseWidth:             979px;
 
 @navbarHeight:                    40px;
-@navbarBackground:                #fefefe;
 @navbarBackgroundHighlight:       @navbarBackground;
+@navbarBackground:                #fefefe;
 @navbarBorder:                    darken(@navbarBackground, 12%);
 
 @navbarText:                      @gray;