summaryrefslogtreecommitdiff
path: root/simplex/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-06-14 22:30:04 -0400
committerThomas Park <thomas@thomaspark.me>2012-06-14 22:30:04 -0400
commit6636f09c08c7ac49eafdbba440721bcfee0ff819 (patch)
tree87d4f41afd463d603ce68407d028528a5da6ece2 /simplex/variables.less
parentdd8b8d30b7a2bc4f666b6d0671711344979bf909 (diff)
2.0.3 -> 2.0.4 closes #24
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;