summaryrefslogtreecommitdiff
path: root/readable/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 /readable/variables.less
parentdd8b8d30b7a2bc4f666b6d0671711344979bf909 (diff)
2.0.3 -> 2.0.4 closes #24
Diffstat (limited to 'readable/variables.less')
-rwxr-xr-xreadable/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/readable/variables.less b/readable/variables.less
index 8856308d..205ca856 100755
--- a/readable/variables.less
+++ b/readable/variables.less
@@ -1,7 +1,7 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Readable
-// Version: 2.0.3
+// Version: 2.0.4
// -----------------------------------------------------
// GLOBAL VALUES
@@ -107,7 +107,8 @@
@dropdownLinkColor: @linkColor;
@dropdownLinkColorHover: @linkColorHover;
@dropdownLinkBackgroundHover: transparent;
-
+@dropdownDividerTop: #e5e5e5;
+@dropdownDividerBottom: @white;