blockquote is no pre, introduce .preformatted
This commit is contained in:
parent
d7a9a55ad6
commit
d123d85247
|
@ -35,9 +35,13 @@ blockquote, p, pre {
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preformatted, pre {
|
||||||
|
font-family: @font-family-fixed;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 5px solid @gray-lighter;
|
border-left: 5px solid @gray-lighter;
|
||||||
font-family: @font-family-fixed;
|
|
||||||
padding: 0.667em 0.333em;
|
padding: 0.667em 0.333em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue