summaryrefslogtreecommitdiff
path: root/superhero/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/variables.less')
-rwxr-xr-xsuperhero/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/superhero/variables.less b/superhero/variables.less
index 939331be..be394e35 100755
--- a/superhero/variables.less
+++ b/superhero/variables.less
@@ -1,7 +1,7 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Superhero
-// Version: 2.0.3
+// Version: 2.0.4
// -----------------------------------------------------
// GLOBAL VALUES
@@ -107,7 +107,8 @@
@dropdownLinkColor: @textColor;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @linkColor;
-
+@dropdownDividerTop: transparent;
+@dropdownDividerBottom: @blue;