parent
75cfce09d2
commit
c46b3258b6
|
@ -31,15 +31,11 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Default margin for block text
|
||||||
blockquote, p, pre {
|
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;
|
||||||
padding: 0.667em 0.333em;
|
padding: 0.667em 0.333em;
|
||||||
|
|
|
@ -180,6 +180,11 @@ table.common-table {
|
||||||
width: 14em;
|
width: 14em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preformatted {
|
||||||
|
font-family: @font-family-fixed;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
// TODO(el): Fix
|
// TODO(el): Fix
|
||||||
.controls {
|
.controls {
|
||||||
.limiter-control {
|
.limiter-control {
|
||||||
|
|
Loading…
Reference in New Issue