git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 1d6fd23c30839bf244cdf6f1eb375de93047df31

markdown: fix rendering of lists (spacing of items)

Matt McKegg committed on 3/15/2017, 10:56:22 PM
Parent: c53665fa2996b120b111466f622b638da4f2f8cf

Files changed

styles/markdown.mcsschanged
styles/markdown.mcssView
@@ -6,5 +6,10 @@
66 background: #fbfbfb;
77 border: 1px solid #EEE;
88 max-height: 300px;
99 }
10+ (ul) {
11+ (p) {
12+ margin: 0;
13+ }
14+ }
1015 }

Built with git-ssb-web