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 --- spruce/variables.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'spruce') diff --git a/spruce/variables.less b/spruce/variables.less index b781f138..1bd6cdbb 100755 --- a/spruce/variables.less +++ b/spruce/variables.less @@ -1,10 +1,8 @@ -// // Variables // Swatch: Spruce // Version: 2.1.1 // -------------------------------------------------- - // Global values // -------------------------------------------------- @@ -59,7 +57,6 @@ @headingsFontWeight: 700; // instead of browser default, bold @headingsColor: #F5F3DC; // empty to use BS default, @textColor - // Tables // ------------------------- @tableBackground: #C3C7AE; // overall background-color @@ -67,7 +64,6 @@ @tableBackgroundHover: darken(#C3C7AE, 10%); // for hover @tableBorder: @headingsColor; // table and cell border - // Buttons // ------------------------- @btnBackground: @white; @@ -109,12 +105,11 @@ @dropdownDividerBottom: @bodyBackground; @dropdownLinkColor: @grayDark; - @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: darken(@bodyBackground, 10%); - @dropdownLinkColorActive: @dropdownLinkColorHover; + @dropdownLinkBackgroundActive: @dropdownLinkBackgroundHover; +@dropdownLinkBackgroundHover: darken(@bodyBackground, 10%); @@ -149,6 +144,11 @@ @hrBorder: @linkColor; +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + // Wells // ------------------------- @wellBackground: darken(@bodyBackground, 10%); @@ -159,8 +159,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 50px; -@navbarBackground: @blueDark; @navbarBackgroundHighlight: @navbarBackground; +@navbarBackground: @blueDark; @navbarBorder: darken(@navbarBackground, 5%); @navbarText: @grayLight; -- cgit v1.2.3