mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:42:57 +08:00
fixing ol and ul preview/post incongruency
This commit is contained in:
parent
06435db4d7
commit
10e493aa0c
|
@ -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
Block a user