all: add horizontalComponentOffset, better match variables.less, closes #34, thanks...
[bootswatch] / superhero / variables.less
index 01c6432..1ee33fb 100755 (executable)
@@ -1,9 +1,11 @@
-//
 // Variables
 // Swatch: Superhero
 // Version: 2.1.1
 // --------------------------------------------------
 
+// Global values
+// --------------------------------------------------
+
 
 // Grays
 // -------------------------
@@ -55,7 +57,6 @@
 @headingsFontWeight:    bold;    // instead of browser default, bold
 @headingsColor:         @orange; // empty to use BS default, @textColor
 
-
 // Tables
 // -------------------------
 @tableBackground:                   darken(@blue, 3%); // overall background-color
@@ -63,7 +64,6 @@
 @tableBackgroundHover:              lighten(@blue, 5%); // for hover
 @tableBorder:                       transparent; // table and cell border
 
-
 // Buttons
 // -------------------------
 @btnBackground:                     @white;
 @dropdownDividerBottom:         @blue;
 
 @dropdownLinkColor:             @textColor;
-
 @dropdownLinkColorHover:        @white;
-@dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;
-
 @dropdownLinkColorActive:       @dropdownLinkColor;
+
 @dropdownLinkBackgroundActive:  @linkColor;
+@dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;
 
 
 
 @hrBorder:                transparent;
 
 
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset:       180px;
+
+
 // Wells
 // -------------------------
 @wellBackground:                  @blue;
 @navbarCollapseWidth:             979px;
 
 @navbarHeight:                    70px;
-@navbarBackground:                @blueDark;
 @navbarBackgroundHighlight:       @navbarBackground;
+@navbarBackground:                @blueDark;
 @navbarBorder:                    darken(@navbarBackground, 5%);
 
 @navbarText:                      @grayLight;