Fix weird pre-code style.

This fixes #108.
This commit is contained in:
Alexandre Vicenzi 2018-06-24 00:10:05 -03:00
parent 82daaf6e52
commit 513ffc0cfa
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ main {
font-size: .78em; font-size: .78em;
} }
code { *:not(pre) > code {
font-size: .8em; font-size: .8em;
white-space: nowrap; white-space: nowrap;
color: #c25; color: #c25;

File diff suppressed because one or more lines are too long