pull/34/head
dsc 3 years ago
parent e2adab2749
commit 27c3133f90

@ -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;
} }

@ -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>

Loading…
Cancel
Save