git ssb

10+

Matt McKegg / patchwork



Tree: 8a1eb0ef17ecc818851e316893ea845d9442655f

Files: 8a1eb0ef17ecc818851e316893ea845d9442655f / styles / markdown.mcss

213 bytesRaw
1Markdown {
2 word-break: break-word
3 (pre) {
4 overflow: auto;
5 padding: 10px;
6 background: #fbfbfb;
7 border: 1px solid #EEE;
8 max-height: 300px;
9 }
10 (ul) {
11 (p) {
12 margin: 0;
13 }
14 }
15}
16

Built with git-ssb-web