Merge pull request #1823 from awesomerobot/master
fixing ol and ul preview/post incongruency
This commit is contained in:
commit
0b58266934
|
@ -488,10 +488,12 @@ iframe {
|
|||
|
||||
.contents .cooked {
|
||||
margin-right: 50px;
|
||||
margin-top: 15px;
|
||||
word-wrap: break-word;
|
||||
h1, h2, h3 {margin: 10px 0;}
|
||||
ul, ol {margin: 15px 0 0 30px;}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; }
|
||||
li p {margin: 3px 0;}
|
||||
|
||||
}
|
||||
|
||||
a.mention {
|
||||
|
|
Loading…
Reference in New Issue