CSS: Style pre

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 17:23:11 +02:00
parent 13bf999868
commit 6129ae58cc
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@ p {
margin: 0;
}
pre {
background-color: @gray-lightest;
color: @text-color-light;
font-family: @font-family-fixed;
padding: @vertical-padding @horizontal-padding;
}
table {
border-collapse: separate;
border-spacing: 0 1px;