git ssb

10+

Matt McKegg / patchwork



Tree: 396cc6e6e6fae7fff0c92425e4ef1a14e39b1204

Files: 396cc6e6e6fae7fff0c92425e4ef1a14e39b1204 / 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