git ssb

10+

Matt McKegg / patchwork



Commit 97eb203c6049b5a49935be9ffca99fe8fbd07188

basic table styling, could be better

#553
Matt McKegg committed on 6/17/2017, 1:58:59 PM
Parent: 9310b754f392675b87275bc73fd48936d4c9f40a

Files changed

styles/markdown.mcsschanged
styles/markdown.mcssView
@@ -20,8 +20,22 @@
2020 }
2121 }
2222 }
2323 }
24 +
25 + (table) {
26 + margin: 10px 0
27 + border-collapse: collapse
28 + (th) {
29 + text-align: left
30 + border-bottom: 1px solid #DDD
31 + padding: 3px
32 + }
33 + (td) {
34 + padding: 3px
35 + }
36 + }
37 +
2438 (blockquote) {
2539 margin: 1rem 0;
2640 padding: 5px 20px;
2741 border-left: 4px gainsboro solid;

Built with git-ssb-web