diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-22 14:03:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:13 +0100 |
commit | 534a614312be4b1764a1d6b7805b1cbbf8759746 (patch) | |
tree | 9f445679305d97388074b0d504ddecad3e15cbe2 /documentation/ref-manual | |
parent | 576af718e62d42040e12c72f37ad4a4d1c24660b (diff) | |
download | poky-534a614312be4b1764a1d6b7805b1cbbf8759746.tar.gz |
ref-manual: Added style "writernotes" to *.css stylesheet.
This addition allows an author to use the following form to
highlight a paragraph in red.
<para role="writernotes">
Blah Blah Blah
</para>
(From yocto-docs rev: 40d646229e5ec9fa905a372be795120449f9f9dd)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { | |||
773 | border-color: black; | 773 | border-color: black; |
774 | } | 774 | } |
775 | 775 | ||
776 | .writernotes { | ||
777 | color: red; | ||
778 | } | ||
779 | |||
776 | 780 | ||
777 | /*********** / | 781 | /*********** / |
778 | / graphics / | 782 | / graphics / |