Styled lists, and fixed indents
This commit is contained in:
parent
2a244fca30
commit
a97cc84a90
|
@ -105,4 +105,13 @@ a {
|
|||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
ul li:before {
|
||||
content: "- ";
|
||||
}
|
Loading…
Reference in New Issue