Styled lists, and fixed indents

This commit is contained in:
Dominik V. Salonen 2015-12-25 19:06:16 +01:00
parent 2a244fca30
commit a97cc84a90
1 changed files with 9 additions and 0 deletions

View File

@ -105,4 +105,13 @@ a {
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
}
ul {
list-style: none;
padding-left: 15px;
}
ul li:before {
content: "- ";
} }