Skip to content

Commit

Permalink
(less) fixes twbs#4136: use @dropdownBorder var, but keep IE7-8 fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 22, 2012
1 parent b52bafb commit 2fd6121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dropdowns.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
margin: 1px 0 0; // override default ul
list-style: none;
background-color: @dropdownBackground;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
border: 1px solid #ccc; // Fallback for IE7-8
border: 1px solid @dropdownBorder;
*border-right-width: 2px;
*border-bottom-width: 2px;
.border-radius(6px);
Expand Down

0 comments on commit 2fd6121

Please sign in to comment.