vendor/toolkit/twitter/bootstrap/dropdowns.less in twitter-bootstrap-rails-2.0.1.0 vs vendor/toolkit/twitter/bootstrap/dropdowns.less in twitter-bootstrap-rails-2.0.2
- old
+ new
@@ -44,10 +44,11 @@
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;
@@ -90,10 +91,10 @@
a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
- line-height: @baseLineHeight;
+ line-height: 18px;
color: @gray;
white-space: nowrap;
}
}