Remove circles in front of page header list items

This commit is contained in:
Frédéric Guillot 2022-02-13 15:06:22 -08:00
parent 0b5b41acd9
commit 950b001675
1 changed files with 1 additions and 11 deletions

View File

@ -118,14 +118,9 @@ a:hover {
color: #666;
}
.page-header ul,
.page-footer ul {
margin-left: 25px;
}
.page-header li,
.page-footer li {
list-style-type: circle;
list-style-type: none;
line-height: 1.8em;
}
@ -250,11 +245,6 @@ a:hover {
font-size: 1.0em;
}
.page-header ul,
.page-footer ul {
margin-left: 0;
}
.page-header li,
.page-footer li {
display: inline;