mirror of
https://git.wownero.com/wownero/wownero.org-website.git
synced 2024-08-15 01:03:33 +00:00
Fix navbar
This commit is contained in:
parent
e2adab2749
commit
27c3133f90
2 changed files with 4 additions and 4 deletions
|
@ -313,18 +313,18 @@ ul {
|
|||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
ul {
|
||||
ul.todo {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
ul.todo > li {
|
||||
padding-left: 1em;
|
||||
text-indent: -1em;
|
||||
}
|
||||
|
||||
li:before {
|
||||
ul.todo > li:before {
|
||||
content: "+";
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue