summaryrefslogtreecommitdiff
path: root/slate/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'slate/variables.less')
-rwxr-xr-xslate/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/slate/variables.less b/slate/variables.less
index 8a5fe8c2..8343abd9 100755
--- a/slate/variables.less
+++ b/slate/variables.less
@@ -1,7 +1,7 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Slate
-// Version: 2.0.3
+// Version: 2.0.4
// -----------------------------------------------------
// GLOBAL VALUES
@@ -107,7 +107,8 @@
@dropdownLinkColor: @grayLight;
@dropdownLinkColorHover: @grayLighter;
@dropdownLinkBackgroundHover: @grayDarker;
-
+@dropdownDividerTop: #e5e5e5;
+@dropdownDividerBottom: darken(@grayDarker, 5%);