From e9a3268285e97b7316c3321892e77814703ff71d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 1 Nov 2018 19:40:31 -0700 Subject: doc: Use icons for admonitions This replaces the text 'WARNING' or 'NOTE' with a suitable icon instead. Signed-off-by: Keith Packard --- doc/am-notoc.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/am-notoc.css') 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; } -- cgit v1.2.3