vendor/frameworks/twitter/bootstrap/dropdowns.less in less-rails-bootstrap-2.0.5 vs vendor/frameworks/twitter/bootstrap/dropdowns.less in less-rails-bootstrap-2.0.6
- old
+ new
@@ -44,11 +44,10 @@
left: 0;
z-index: @zindexDropdown;
float: left;
display: none; // none by default, but block on "open" of the menu
min-width: 160px;
- max-width: 220px;
_width: 160px;
padding: 4px 0;
margin: 0; // override default ul
list-style: none;
background-color: @white;
@@ -91,10 +90,10 @@
a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
- line-height: 18px;
+ line-height: @baseLineHeight;
color: @gray;
white-space: nowrap;
}
}