2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
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;