Fix code block formatting

This commit is contained in:
Gergely Polonkai 2015-03-13 08:18:45 +00:00
parent b8f5f11034
commit bf65a08269
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
Purpose of the stylesheet follows. Purpose of the stylesheet follows.
*/ */
code {
font-family: monospace;
background-color: #ddd;
}
.code-chunk { .code-chunk {
background-color: #b5b5b5; background-color: #b5b5b5;
padding: 10px; padding: 10px;