fix broken breadcrumb divider

This commit is contained in:
Mark Otto 2015-01-19 16:08:48 -08:00
parent 21dc9b1f57
commit dfdb99c989
9 changed files with 6 additions and 6 deletions

View file

@ -3812,7 +3812,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "breadcrumb-divider\00a0";
content: "/\00a0";
}
.breadcrumb > .active {
color: #818a91;

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -3812,7 +3812,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "breadcrumb-divider\00a0";
content: "/\00a0";
}
.breadcrumb > .active {
color: #818a91;

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -17,7 +17,7 @@
padding-right: .5rem;
padding-left: .5rem;
color: $breadcrumb-divider-color;
content: "#{breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
content: "#{$breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
}
}