Skip to content
Snippets Groups Projects
Commit 13ca805e authored by william light's avatar william light
Browse files

Merge pull request #1 from alecbrooks/master

Add styling for lists
parents 2f4c1b61 efe78737
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,14 @@ p a {
text-decoration: underline;
}
ul {
list-style: outside disc;
}
ol {
list-style: outside decimal;
}
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
font-weight: bold;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment