Commit be269336 authored by liuyl's avatar liuyl

remove useless display:inline-block

parent 6952d655
...@@ -3295,7 +3295,6 @@ button.close { ...@@ -3295,7 +3295,6 @@ button.close {
} }
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
display: inline-block;
padding: 0 5px; padding: 0 5px;
color: #cccccc; color: #cccccc;
content: "/\00a0"; content: "/\00a0";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
> li { > li {
display: inline-block; display: inline-block;
&+li:before { &+li:before {
display: inline-block;
content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px; padding: 0 5px;
color: @breadcrumb-color; 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