diff options
| author | Fabien Launay <fabien.launay.email@gmail.com> | 2023-03-12 17:58:09 +0900 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-03-12 01:58:35 -0700 |
| commit | 80dcfc4a59946849de8e83a8faa5b68745b04f6e (patch) | |
| tree | 448eb478809f9c2402985cc89a243f5648dc7c8e /docs | |
| parent | cc4ec3101a50dda0e2a39fecc11e60472a6713a0 (diff) | |
move font-size row down in the reference table for the quote-cite theme keys (PR #2393)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/theme/pages/quote.adoc | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/modules/theme/pages/quote.adoc b/docs/modules/theme/pages/quote.adoc index 0bd92b73..7cd5495a 100644 --- a/docs/modules/theme/pages/quote.adoc +++ b/docs/modules/theme/pages/quote.adoc @@ -119,14 +119,6 @@ The keys in the `quote-cite` category control the arrangement and style of the c |=== |Key |Value Type |Example -|font-size -|xref:text.adoc#font-size[Font size] + -(default: _inherit_) -|[source] -quote: - cite: - font-size: 9 - |font-color |xref:color.adoc[Color] + (default: _inherit_) @@ -151,6 +143,14 @@ quote: cite: font-kerning: none +|font-size +|xref:text.adoc#font-size[Font size] + +(default: _inherit_) +|[source] +quote: + cite: + font-size: 9 + |font-style |xref:text.adoc#font-style[Font style] + (default: _inherit_) @@ -167,4 +167,3 @@ quote: cite: text-transform: smallcaps |=== - |
