parent
75cfce09d2
commit
c46b3258b6
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue