set list-style to none for breadcrumbs to resolve cross browser issues per #2224

This commit is contained in:
Mark Otto 2012-02-27 21:32:48 -08:00
parent 5cc4fcf6a2
commit a7b96b3e59
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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);

View File

@ -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);