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;
|
||||
}
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<p class="blurb">
|
||||
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>
|
||||
Make Wownero memes create Wownero inspired art, or some WOW music, and share them on /r/Wownero, SuchWOW, or Twitter.
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue