summaryrefslogtreecommitdiff
path: root/doc/am.css
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-11-01 19:40:31 -0700
committerKeith Packard <keithp@keithp.com>2018-11-01 19:40:31 -0700
commite9a3268285e97b7316c3321892e77814703ff71d (patch)
tree910912b967454b169d3857335d7b06a5f26c4442 /doc/am.css
parentd859a7f65baf6c5c170f14fb2d9401b5c607a254 (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.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/am.css b/doc/am.css
index 56daface..ccb50ffe 100644
--- a/doc/am.css
+++ b/doc/am.css
@@ -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;
}