Fix navbar

This commit is contained in:
dsc 2021-05-07 17:51:10 +02:00
parent e2adab2749
commit 27c3133f90
2 changed files with 4 additions and 4 deletions

View File

@ -313,18 +313,18 @@ ul {
font-size: 1.25em; font-size: 1.25em;
} }
ul { ul.todo {
list-style: none; list-style: none;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
} }
li { ul.todo > li {
padding-left: 1em; padding-left: 1em;
text-indent: -1em; text-indent: -1em;
} }
li:before { ul.todo > li:before {
content: "+"; content: "+";
padding-right: 5px; padding-right: 5px;
} }

View File

@ -318,7 +318,7 @@
<p class="blurb"> <p class="blurb">
Not a programmer? You don't need to be! There's more than one way to contribute. Examples include:</p> Not a programmer? You don't need to be! There's more than one way to contribute. Examples include:</p>
<ul> <ul class="todo">
<li> <li>
Make Wownero memes create Wownero inspired art, or some WOW music, and share them on /r/Wownero, SuchWOW, or Twitter. Make Wownero memes create Wownero inspired art, or some WOW music, and share them on /r/Wownero, SuchWOW, or Twitter.
</li> </li>