diff options
Diffstat (limited to 'less/mixins.less')
| -rw-r--r-- | less/mixins.less | 2 |
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; |
