diff options
| author | Keith Packard <keithp@keithp.com> | 2018-11-01 19:40:31 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-11-01 19:40:31 -0700 |
| commit | e9a3268285e97b7316c3321892e77814703ff71d (patch) | |
| tree | 910912b967454b169d3857335d7b06a5f26c4442 /doc/am-notoc.css | |
| parent | d859a7f65baf6c5c170f14fb2d9401b5c607a254 (diff) | |
doc: Use icons for admonitions
This replaces the text 'WARNING' or 'NOTE' with a suitable icon instead.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/am-notoc.css')
| -rw-r--r-- | doc/am-notoc.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/am-notoc.css b/doc/am-notoc.css index 6999d478..829e8b72 100644 --- a/doc/am-notoc.css +++ b/doc/am-notoc.css @@ -92,6 +92,16 @@ h1, h2, h3, h4, h5, h6 font-family: "Open Sans",sans-serif; } +td.icon { + width: 4em; + height: 3em; +} + +td.icon img { + height: 100%; + width: 100% +} + div.toc { display:none; } |
