mirror of https://github.com/apache/lucene.git
Ref Guide: reduce size of quote blocks
This commit is contained in:
parent
0eb4b575cc
commit
f0bd43582a
|
@ -1746,7 +1746,7 @@ table.pyhltable .linenodiv
|
||||||
word-spacing: .1em;
|
word-spacing: .1em;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 1.15rem;
|
font-size: inherit;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,8 @@ admonition:
|
||||||
stroke_color: '#eeea74'
|
stroke_color: '#eeea74'
|
||||||
blockquote:
|
blockquote:
|
||||||
font_color: $base_font_color
|
font_color: $base_font_color
|
||||||
font_size: $base_font_size_large
|
font_size: $base_font_size
|
||||||
|
font_style: italic
|
||||||
border_color: $base_border_color
|
border_color: $base_border_color
|
||||||
border_width: 5
|
border_width: 5
|
||||||
padding: [$vertical_rhythm / 2, $horizontal_rhythm, $vertical_rhythm / -2, $horizontal_rhythm + $blockquote_border_width / 2]
|
padding: [$vertical_rhythm / 2, $horizontal_rhythm, $vertical_rhythm / -2, $horizontal_rhythm + $blockquote_border_width / 2]
|
||||||
|
|
Loading…
Reference in New Issue