Add left margin to ol and ul

This commit is contained in:
Neil Lalonde 2013-11-27 10:55:54 -05:00
parent a9ab98ef9e
commit 3442d3adb2
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ iframe {
margin-right: 50px;
word-wrap: break-word;
h1, h2, h3 {margin: 10px 0;}
ul, ol {margin: 15px 0 0 20px;}
ul, ol {margin: 15px 0 0 30px;}
li p {margin: 3px 0;}
}