From: Scott Rifenbark Date: Fri, 28 Jul 2017 19:14:16 +0000 (-0700) Subject: yocto-project-qs: Added writernotes style to the *.css file. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9a3edf6ce02c5968ec4b1378dedb80b7ed3f0ca;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 / / ***********/