From 534a614312be4b1764a1d6b7805b1cbbf8759746 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Jun 2017 14:03:19 -0700 Subject: ref-manual: Added style "writernotes" to *.css stylesheet. This addition allows an author to use the following form to highlight a paragraph in red. Blah Blah Blah (From yocto-docs rev: 40d646229e5ec9fa905a372be795120449f9f9dd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index 8ea8dac730..7077e4b70d 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css @@ -773,6 +773,10 @@ div.navfooter { border-color: black; } +.writernotes { + color: red; +} + /*********** / / graphics / -- cgit v1.2.3-54-g00ecf