blockquote is no pre, introduce .preformatted

This commit is contained in:
Thomas Gelf 2015-11-06 01:53:01 +01:00
parent d7a9a55ad6
commit d123d85247
1 changed files with 5 additions and 1 deletions

View File

@ -35,9 +35,13 @@ 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;
font-family: @font-family-fixed;
padding: 0.667em 0.333em;
}