Explorar o código

Fix markdown rendering in the message viewer

Fixes #284
Maxime Quandalle %!s(int64=9) %!d(string=hai) anos
pai
achega
ddb6b62f53
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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%)