CSS: Increase readability of pre

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 12:05:40 +01:00
parent 01dcb3197a
commit 804eaeb27a
1 changed files with 4 additions and 0 deletions

View File

@ -88,7 +88,11 @@ p {
pre {
background-color: @gray-lightest;
font-family: @font-family-fixed;
font-size: @font-size-small;
line-height: 1.5;
margin: @vertical-padding 0 @vertical-padding / 2;
padding: @vertical-padding @horizontal-padding;
white-space: pre-wrap;
}
table {