Merge pull request #2147 from steven-zou/master

fix nav divider style issue
This commit is contained in:
kun wang 2017-04-26 18:38:25 +08:00 committed by GitHub
commit 14b2139efc
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
text-decoration: none;
}
.search::after {
.search::before {
position: absolute;
content: '';
display: inline-block;

View File

@ -3,5 +3,5 @@
top: 60px;
left: 0px;
width: 100%;
z-index: 9999;
z-index: 999;
}