css fix, grrrr...

This commit is contained in:
Yann Esposito (Yogsototh) 2018-02-20 14:23:16 +01:00
parent 93338b438e
commit 257d130245
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -63,7 +63,8 @@ pre { padding: 1em;
background-color: #dc322f;}
.code {
word-wrap: break-word; }
word-wrap: break-word;
white-space: pre-wrap; }
.refused {color: #dc322f;
border: solid 8px; }