修改BUG:更改导航条间隔符
This commit is contained in:
parent
7761c1466b
commit
cae508050c
|
@ -426,6 +426,10 @@ a, a:hover, a:focus {
|
|||
padding: 7.5px 10px;
|
||||
}
|
||||
|
||||
.breadcrumb > li {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.breadcrumb > li.active {
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -438,6 +442,12 @@ a, a:hover, a:focus {
|
|||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.breadcrumb > li + li:before {
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
content: "/\00a0";
|
||||
}
|
||||
|
||||
.content-body {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue