mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user