修改BUG:Top-Menu样式UL默认左间隙为40px,导致屏幕过小时自动换行

This commit is contained in:
Argo-Lenovo 2016-12-20 17:03:01 +08:00
parent 33f8382a3e
commit efdc3d570e
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ a, a:hover, a:focus {
/*Right Profile*/ /*Right Profile*/
.top-menu { .top-menu {
margin-top: 7px; margin-top: 7px;
padding-left: 0px;
} }
.top-menu .username { .top-menu .username {