aboutsummaryrefslogtreecommitdiff
path: root/less/mixins.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 15:05:23 -0800
committerMark Otto <[email protected]>2012-11-30 15:05:23 -0800
commit9239bfbc7bbd549d987da03046399dd5fcbd5f7f (patch)
tree59ccd973d5d5a0c4c87f7d98520cc505834edd24 /less/mixins.less
parentb0e2b5813db753bdfa3ee018ccdd73e78a69457e (diff)
downloadbootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.tar.xz
bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.zip
more vars changed, remove @white var
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index f6c40b20e..1fd0660f3 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -419,7 +419,7 @@
// Horizontal dividers
// -------------------------
// Dividers (basically an hr) within dropdowns and nav lists
-.nav-divider(@top: #e5e5e5, @bottom: @white) {
+.nav-divider(@top: #e5e5e5, @bottom: #fff) {
height: 1px;
margin: ((@line-height-base / 2) - 1) 1px; // 8px 1px
overflow: hidden;