Commit 03657963 authored by Mark Otto's avatar Mark Otto

Merge branch 'master' of github.com:twbs/bootstrap

parents 4cfe307a 1ef6caf4
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
// gets fixed, restore `border-top: 0;`. // gets fixed, restore `border-top: 0;`.
border-top: 0 dotted; border-top: 0 dotted;
border-bottom: 4px solid @dropdown-caret-color; border-bottom: @caret-width-base solid @dropdown-caret-color;
content: ""; content: "";
} }
// Different positioning for bottom up menu // Different positioning for bottom up menu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment