Fix markdown rendering in the message viewer

Fixes #284
This commit is contained in:
Maxime Quandalle 2015-09-06 03:20:54 +02:00
parent 69250d0ae8
commit ddb6b62f53

View file

@ -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%)