chg: [css] avoid bullets in the menu

iglocska-patch-1
Alexandre Dulaunoy 2019-03-10 11:09:10 +01:00
parent d78ec302b0
commit 726a9e58ec
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -1862,7 +1862,9 @@
margin-top: -1.25em;
margin-bottom: 2.25em;
}
header li {
list-style-type: none;
}
header.major {
text-align: center;
margin: 0 0 2em 0;
@ -2304,6 +2306,9 @@
padding: 0 0 0em 0;
margin: 0;
}
#header li {
list-style-type: none;
}
#header h1 a {
font-size: 1.5em;
@ -2412,6 +2417,7 @@
.dropotron > li {
line-height: 2em;
padding: 0 1.1em 0 1em;
list-style-type: none;
}
.dropotron > li > a {