diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-10-12 22:45:56 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-10-12 22:45:56 -0600 |
| commit | 9e6573c8caeed22bb5169872d596277a7abb49be (patch) | |
| tree | 2eb8175e713cc714a8da08c6260ce393482a16b8 /docs | |
| parent | 8bb88aa9420725c95882ec5dc01898efaad8fb42 (diff) | |
document the admonition icon customization
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/theming-guide.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index 519f516e..de54cfda 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -1192,8 +1192,25 @@ Block styles are applied to the following block types: |admonition_border_width |<<values,number>> |border_width: 0.5 + +|admonition_icon_<name>_name^[1]^ +|string^[2]^ +|admonition_icon_tip_name: fa-fire + +|admonition_icon_<name>_stroke_color +|<<colors,color>> +|admonition_icon_tip_stroke_color: ff0000 + +|admonition_icon_<name>_size +|<<values,number>> + +(default: 24) +|admonition_icon_tip_size: 24 |=== +^[1]^ `<name>` can be `note`, `tip`, `warning`, `important` or `caution`. + +^[2]^ See the `.yml` files in the https://github.com/jessedoyle/prawn-icon/tree/master/data/fonts[prawn-icon repository] for a list of valid names. +The prefix (e.g., `fa-`) determines which font set to use. + === Image [cols="3,3,5m"] |
