Adjust margins of ul, ol: they were slightly to the left
This commit is contained in:
parent
25ef66c60b
commit
4a7ef8b460
|
@ -495,7 +495,7 @@ iframe {
|
|||
.contents .cooked {
|
||||
padding-right: 30px;
|
||||
h1, h2, h3 {margin: 10px 0;}
|
||||
ul, ol {margin: 0 15px;}
|
||||
ul, ol {margin: 0 0 0 20px;}
|
||||
li p {margin: 3px 0;}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue