mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
remove useless display:inline-block
This commit is contained in:
Vendored
-1
@@ -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";
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user