summaryrefslogtreecommitdiff
path: root/simplex/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/variables.less')
-rwxr-xr-xsimplex/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/simplex/variables.less b/simplex/variables.less
index c2192746..eb89f440 100755
--- a/simplex/variables.less
+++ b/simplex/variables.less
@@ -1,7 +1,7 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Simplex
-// Version: 2.0.3
+// Version: 2.0.4
// -----------------------------------------------------
// GLOBAL VALUES
@@ -107,7 +107,8 @@
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @linkColor;
-
+@dropdownDividerTop: #e5e5e5;
+@dropdownDividerBottom: @white;