mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Go back to single colon pseudo elements.
This is for backwards compatibility with the browsers we support in v3.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
> li {
|
||||
display: inline-block;
|
||||
|
||||
+ li::before {
|
||||
+ li:before {
|
||||
padding: 0 5px;
|
||||
color: @breadcrumb-color;
|
||||
content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
|
||||
|
||||
Reference in New Issue
Block a user