CSS: Move class preformatted to main.less

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-09 11:43:20 +01:00
parent 75cfce09d2
commit c46b3258b6
2 changed files with 6 additions and 5 deletions

View File

@ -31,15 +31,11 @@ a {
}
}
// Default margin for block text
blockquote, p, pre {
margin: 0 0 1em 0;
}
.preformatted, pre {
font-family: @font-family-fixed;
white-space: pre-wrap;
}
blockquote {
border-left: 5px solid @gray-lighter;
padding: 0.667em 0.333em;

View File

@ -180,6 +180,11 @@ table.common-table {
width: 14em;
}
.preformatted {
font-family: @font-family-fixed;
white-space: pre-wrap;
}
// TODO(el): Fix
.controls {
.limiter-control {