Skip to content

Commit

Permalink
(less) set list-style to none for breadcrumbs to resolve cross browse…
Browse files Browse the repository at this point in the history
…r issues per twbs#2224
  • Loading branch information
mdo committed Feb 28, 2012
1 parent 3587591 commit e93593d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.breadcrumb {
padding: 7px 14px;
margin: 0 0 @baseLineHeight;
list-style: none;
#gradient > .vertical(@white, #f5f5f5);
border: 1px solid #ddd;
.border-radius(3px);
Expand Down

0 comments on commit e93593d

Please sign in to comment.