1
0
Fork 0

Merge pull request #28 from canaltinova/firefox-menu

Remove the marker of menu <ul> element to fix the style in Firefox
This commit is contained in:
南小北 2019-05-08 03:00:04 +08:00 committed by GitHub
commit f385c2d6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,7 @@ img {
padding-bottom: 180px; padding-bottom: 180px;
text-align: center; text-align: center;
background: #fff; background: #fff;
list-style: none;
} }
.menu li + li { .menu li + li {
margin-top: 12px; margin-top: 12px;