mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
set list-style to none for breadcrumbs to resolve cross browser issues per #2224
This commit is contained in:
Vendored
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user