Add a little more breathing room around code blocks.

Reported to us by one of our users - prior to this change, code blocks
get sort of cut off by our "selected message" highlight.

(imported from commit 395ae41baca12ea55bc39048b4291e29f78a8db5)
This commit is contained in:
Waseem Daher 2013-11-26 14:00:54 -05:00
parent 24978224a3
commit c1358ac9d4
1 changed files with 3 additions and 0 deletions

View File

@ -259,6 +259,9 @@ pre {
white-space: pre;
overflow-x: auto;
word-wrap: normal;
/* Bootstrap's default here is top: 0px, bottom: 10px */
margin-top: 5px;
margin-bottom: 5px;
}
pre code {