Add margin to nav-list for browser without 'flex' support.
This commit is contained in:
parent
f04ca4a96b
commit
683807b74a
@ -35,7 +35,7 @@
|
||||
}
|
||||
.nav-list {
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
margin: 6px 0 0 0;
|
||||
}
|
||||
.nav-list .nav-list-item {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user