remove .dividers from breadcrumbs, instead use :after and content

This commit is contained in:
Mark Otto
2012-09-25 22:57:20 -07:00
parent d1affe6154
commit ecbf1159a4
4 changed files with 16 additions and 12 deletions

View File

@@ -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 {