Commit be269336 authored by liuyl's avatar liuyl

remove useless display:inline-block

parent 6952d655
......@@ -3295,7 +3295,6 @@ button.close {
}
.breadcrumb > li + li:before {
display: inline-block;
padding: 0 5px;
color: #cccccc;
content: "/\00a0";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment