[frio] Fix code block display

This commit is contained in:
Hypolite Petovan 2016-10-16 23:57:34 -04:00
parent e09c55527c
commit 5efab810f5
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ blockquote {
.hidden { .hidden {
display: none !important; display: none !important;
} }
code {
white-space: pre;
}
/* /*
* standard page elements * standard page elements