summaryrefslogtreecommitdiff
path: root/united/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'united/variables.less')
-rwxr-xr-xunited/variables.less5
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;