Merge pull request #550 from thenetexperts/master

better readability when using text inside <pre> tag in motd html
This commit is contained in:
William Durand 2015-05-16 13:19:05 +02:00
commit cc93ddb306

View File

@ -99,6 +99,11 @@ em {
code, pre {
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
background-color: #fcf6db;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
p code {