mirror of https://github.com/MISP/misp-website
chg: [css] avoid bullets in the menu
parent
d78ec302b0
commit
726a9e58ec
|
@ -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;
|
||||
|
@ -2303,6 +2305,9 @@
|
|||
#header h1 {
|
||||
padding: 0 0 0em 0;
|
||||
margin: 0;
|
||||
}
|
||||
#header li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#header h1 a {
|
||||
|
@ -2412,6 +2417,7 @@
|
|||
.dropotron > li {
|
||||
line-height: 2em;
|
||||
padding: 0 1.1em 0 1em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.dropotron > li > a {
|
||||
|
|
Loading…
Reference in New Issue