mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
Adjust margins of ul, ol: they were slightly to the left
This commit is contained in:
parent
25ef66c60b
commit
4a7ef8b460
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue