diff --git a/css/main.css b/css/main.css index 69d6536..c97d92b 100644 --- a/css/main.css +++ b/css/main.css @@ -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; } diff --git a/index.html b/index.html index 10ee6eb..73e80ef 100644 --- a/index.html +++ b/index.html @@ -318,7 +318,7 @@

Not a programmer? You don't need to be! There's more than one way to contribute. Examples include:

-