diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/markdown.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/markdown.css b/resources/markdown.css index 41bc4392..075971c4 100644 --- a/resources/markdown.css +++ b/resources/markdown.css @@ -64,4 +64,10 @@ div.markdown li { div.markdown em {
color: #b05000;
+}
+
+div.markdown table.text th, div.markdown table.text td {
+ vertical-align: top;
+ border-top: 1px solid #ccc;
+ padding:5px;
}
\ No newline at end of file |