0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #8544 from liuyl/removeuseless

remove useless display:inline-block
This commit is contained in:
Mark Otto 2013-07-21 08:49:34 -07:00
commit 832fdf9a36
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;