0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

remove useless display:inline-block

This commit is contained in:
liuyl 2013-07-21 19:44:30 +08:00
parent 6952d655f4
commit be2693369d
3 changed files with 1 additions and 3 deletions

View File

@ -3295,7 +3295,6 @@ button.close {
}
.breadcrumb > li + li:before {
display: inline-block;
padding: 0 5px;
color: #cccccc;
content: "/\00a0";

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,6 @@
> li {
display: inline-block;
&+li:before {
display: inline-block;
content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px;
color: @breadcrumb-color;