mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-08 21:14:57 -05:00
remove .dividers from breadcrumbs, instead use :after and content
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -4591,9 +4591,11 @@ input[type="submit"].btn::-moz-focus-inner {
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
}
|
||||
|
||||
.breadcrumb .divider {
|
||||
.breadcrumb li:after {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
content: "\00a0 /";
|
||||
}
|
||||
|
||||
.breadcrumb .active {
|
||||
|
||||
Reference in New Issue
Block a user