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
Branches
No related tags found
No related merge requests found
...@@ -69,6 +69,14 @@ p a { ...@@ -69,6 +69,14 @@ p a {
text-decoration: underline; text-decoration: underline;
} }
ul {
list-style: outside disc;
}
ol {
list-style: outside decimal;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: sans-serif; font-family: sans-serif;
font-weight: bold; font-weight: bold;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment