From f3f379de2c99f3322bfa5da4d9c085edcae9dead Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 5 Oct 2012 10:27:34 -0400 Subject: all: add horizontalComponentOffset, better match variables.less, closes #34, thanks @prymitive --- united/variables.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'united') diff --git a/united/variables.less b/united/variables.less index cd37d746..fba53b41 100755 --- a/united/variables.less +++ b/united/variables.less @@ -1,10 +1,8 @@ -// // Variables // Swatch: United // 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; @@ -109,12 +105,11 @@ @dropdownDividerBottom: @white; @dropdownLinkColor: @linkColor; - @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; - @dropdownLinkColorActive: @dropdownLinkColor; + @dropdownLinkBackgroundActive: @linkColor; +@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; @@ -149,6 +144,11 @@ @hrBorder: @grayLighter; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: #f5f5f5; @@ -159,8 +159,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 40px; -@navbarBackground: @orange; @navbarBackgroundHighlight: #CE4213; +@navbarBackground: @orange; @navbarBorder: darken(@navbarBackground, 5%); @navbarText: @white; -- cgit v1.2.3