mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
use sibling selector instead of pseudo selector
This commit is contained in:
Vendored
+2
-6
@@ -3289,15 +3289,11 @@ button.close {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
.breadcrumb > li:after {
|
||||
.breadcrumb > li + li:before {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
content: "\00a0 /";
|
||||
}
|
||||
|
||||
.breadcrumb > li:last-child:after {
|
||||
display: none;
|
||||
content: "/\00a0";
|
||||
}
|
||||
|
||||
.breadcrumb > .active {
|
||||
|
||||
Reference in New Issue
Block a user