mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Fixes bug #93: users want bold-italic; http://code.reddit.com/ticket/93
This commit is contained in:
@@ -606,6 +606,7 @@ before enabling */
|
||||
.md > * { margin-bottom: 0px }
|
||||
.md strong { font-weight: bold; }
|
||||
.md em { font-style: italic; }
|
||||
.md strong em { font-style: italic; font-weight: bold }
|
||||
.md img { display: none }
|
||||
.md ol, .md ul { margin: 10px 2em; }
|
||||
.md ul { list-style: disc outside }
|
||||
|
||||
Reference in New Issue
Block a user