diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-28 12:14:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 16:23:51 +0100 |
commit | b9a3edf6ce02c5968ec4b1378dedb80b7ed3f0ca (patch) | |
tree | d7f5d5c9646aed09b3c2fef298c53545b8abe55b /documentation | |
parent | 863a8c0bf63c535c5937a488b3ecc1a4bcdc6016 (diff) | |
download | poky-b9a3edf6ce02c5968ec4b1378dedb80b7ed3f0ca.tar.gz |
yocto-project-qs: Added writernotes style to the *.css file.
This style allows a writer to use the <para role='writernotes'>
tag to have text in the paragraph render in red.
(From yocto-docs rev: 65bb4edcd0a58ea8e17f28f9f5c13e2898c22745)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/qs-style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/qs-style.css b/documentation/yocto-project-qs/qs-style.css index 235c85a1ba..948f1bed3f 100644 --- a/documentation/yocto-project-qs/qs-style.css +++ b/documentation/yocto-project-qs/qs-style.css | |||
@@ -730,6 +730,11 @@ div.navfooter { | |||
730 | } | 730 | } |
731 | 731 | ||
732 | 732 | ||
733 | .writernotes { | ||
734 | color: red; | ||
735 | } | ||
736 | |||
737 | |||
733 | /*********** / | 738 | /*********** / |
734 | / graphics / | 739 | / graphics / |
735 | / ***********/ | 740 | / ***********/ |