mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-05 03:25:10 -05:00
remove .dividers from breadcrumbs, instead use :after and content
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
display: inline-block;
|
||||
text-shadow: 0 1px 0 @white;
|
||||
}
|
||||
.divider {
|
||||
li:after {
|
||||
display: inline-block;
|
||||
content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user