Adjust margins of ul, ol: they were slightly to the left

This commit is contained in:
Robin Ward 2013-11-05 17:57:05 -05:00
parent 25ef66c60b
commit 4a7ef8b460
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ iframe {
.contents .cooked { .contents .cooked {
padding-right: 30px; padding-right: 30px;
h1, h2, h3 {margin: 10px 0;} h1, h2, h3 {margin: 10px 0;}
ul, ol {margin: 0 15px;} ul, ol {margin: 0 0 0 20px;}
li p {margin: 3px 0;} li p {margin: 3px 0;}