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.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.css')
| -rw-r--r-- | doc/am.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -127,6 +127,16 @@ div#logo img { border-bottom: 2px solid #808080; } +td.icon { + width: 4em; + height: 3em; +} + +td.icon img { + height: 100%; + width: 100% +} + div.toc a:link { text-decoration: none; } |
