1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

restore inline block on breadcrumbs and ensure proper code formatting for readibility

This commit is contained in:
Mark Otto
2013-12-18 14:27:21 -08:00
parent 961687e4db
commit 3416e87a97
4 changed files with 7 additions and 4 deletions

View File

@@ -4094,7 +4094,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
border-radius: 4px;
}
.breadcrumb > li {
display: inline;
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long