summaryrefslogtreecommitdiffstats
path: root/public/css/markdown.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/markdown.css')
-rw-r--r--public/css/markdown.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/markdown.css b/public/css/markdown.css
index 68094867b1..fb9d667fb0 100644
--- a/public/css/markdown.css
+++ b/public/css/markdown.css
@@ -123,6 +123,10 @@
padding: 0;
}
+.markdown > pre > ol.linenums > li {
+ margin-top: 2px;
+}
+
.markdown > pre.linenums-style > ol.linenums {
list-style-type: decimal;
padding: 0 0 0 40px;
@@ -246,6 +250,7 @@
/* a comment */
.com {
color: #999988;
+ font-style: italic;
}
/* a type name */