diff options
Diffstat (limited to 'united/variables.less')
-rwxr-xr-x | united/variables.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/united/variables.less b/united/variables.less index 70272c91..c88292a6 100755 --- a/united/variables.less +++ b/united/variables.less @@ -1,7 +1,7 @@ // Variables.less // Variables to customize the look and feel of Bootstrap // Swatch: United -// Version: 2.0.3 +// Version: 2.0.4 // ----------------------------------------------------- // GLOBAL VALUES @@ -107,7 +107,8 @@ @dropdownLinkColor: @linkColor; @dropdownLinkColorHover: @white; @dropdownLinkBackgroundHover: @linkColor; - +@dropdownDividerTop: #e5e5e5; +@dropdownDividerBottom: @white; |