浏览代码

Fix markdown rendering in the message viewer

Fixes #284
Maxime Quandalle 9 年之前
父节点
当前提交
ddb6b62f53
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      client/components/main/layouts.styl

+ 7 - 0
client/components/main/layouts.styl

@@ -316,10 +316,17 @@ a
   margin-left: 38px
 
 .viewer
+  ol
+    list-style-type: decimal
+    padding-left: 20px
+
   ul
     list-style-type: initial
     padding-left: 20px
 
+  em
+    font-style : italic
+
   pre
     padding: 10px 12px 7px
     background: darken(white, 13%)