more vars changing

This commit is contained in:
Mark Otto
2012-11-30 15:09:57 -08:00
parent 9239bfbc7b
commit 0ef347706c
5 changed files with 44 additions and 34 deletions

View File

@@ -279,7 +279,7 @@
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: @dropdownBorder;
border-bottom-color: @dropdown-border;
position: absolute;
top: -7px;
left: 9px;
@@ -289,7 +289,7 @@
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid @dropdownBackground;
border-bottom: 6px solid @dropdown-background;
position: absolute;
top: -6px;
left: 10px;
@@ -299,13 +299,13 @@
.navbar-fixed-bottom .nav > li > .dropdown-menu {
&:before {
border-top: 7px solid #ccc;
border-top-color: @dropdownBorder;
border-top-color: @dropdown-border;
border-bottom: 0;
bottom: -7px;
top: auto;
}
&:after {
border-top: 6px solid @dropdownBackground;
border-top: 6px solid @dropdown-background;
border-bottom: 0;
bottom: -6px;
top: auto;