2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
-1
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;