Support bold+italic in HTML conversion

This commit is contained in:
Yorhel 2017-01-16 09:52:32 +01:00
parent 746889851c
commit 1923b9901d
2 changed files with 45 additions and 17 deletions

View file

@ -120,7 +120,8 @@ i.grayedout { color: #aaa; font-size: 13px; }
#footer a:hover { background: none; }
pre, pre * { font-family: "Lucida Console", Monospace; font-size: 15px }
pre b, pre a { color: #369; font-weight: normal; text-decoration: none }
pre b, pre em, pre a { color: #369; font-weight: normal; text-decoration: none }
pre em { font-style: italic }
#ds_box { position: absolute; top: 0; border: 1px solid $border$; border-top: none; background: #f0f8ff; cursor: pointer; z-index: 2 }
#ds_box b { padding: 2px 0 0 10px; font-size: 12px; }