Skip to content

Commit

Permalink
set list-style to none for breadcrumbs to resolve cross browser issue…
Browse files Browse the repository at this point in the history
…s per #2224
  • Loading branch information
mdo committed Feb 28, 2012
1 parent 5cc4fcf commit a7b96b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2859,6 +2859,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
.breadcrumb {
padding: 7px 14px;
margin: 0 0 18px;
list-style: none;
background-color: #fbfbfb;
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
Expand Down
1 change: 1 addition & 0 deletions less/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 a7b96b3

Please sign in to comment.