[Notice] Announcing the End of Demo Server [Read me]
markdown: Change some case of li styles
Now three case of styles exists: - normal: no blank line for each bullet lines - important: one blank line for each first bullet - Assume that first bullet is some kind of titles - new list: two or more blank lines for each first bullet - Assume that new bullets begins See: #144
@b1f70615b38dbc2ace14b76127b15fdd368afcd3
--- app/assets/stylesheets/less/_markdown.less
+++ app/assets/stylesheets/less/_markdown.less
... | ... | @@ -39,8 +39,12 @@ |
39 | 39 |
} |
40 | 40 |
|
41 | 41 |
li > p { |
42 |
- margin-top: 0; |
|
43 |
- margin-bottom: 5px; |
|
42 |
+ margin-top: 16px; |
|
43 |
+ margin-bottom: 12px; |
|
44 |
+ } |
|
45 |
+ |
|
46 |
+ > ul { |
|
47 |
+ margin-top: 14px; |
|
44 | 48 |
} |
45 | 49 |
|
46 | 50 |
a { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?