From b9a3edf6ce02c5968ec4b1378dedb80b7ed3f0ca Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Jul 2017 12:14:16 -0700 Subject: [PATCH] yocto-project-qs: Added writernotes style to the *.css file. This style allows a writer to use the tag to have text in the paragraph render in red. (From yocto-docs rev: 65bb4edcd0a58ea8e17f28f9f5c13e2898c22745) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/qs-style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/yocto-project-qs/qs-style.css b/documentation/yocto-project-qs/qs-style.css index 235c85a1baa..948f1bed3fc 100644 --- a/documentation/yocto-project-qs/qs-style.css +++ b/documentation/yocto-project-qs/qs-style.css @@ -730,6 +730,11 @@ div.navfooter { } +.writernotes { + color: red; +} + + /*********** / / graphics / / ***********/ -- 2.47.3