dev-manual: Added new "writernotes" style.

This style is for review purposes and can be implemented in
the XML file using <para role='writernotes'>.  The text in the
paragraph is rendered red.

(From yocto-docs rev: db990802594af3a70b11e320c06fe6a9dc80579b)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-01-29 13:03:49 -08:00 committed by Richard Purdie
parent 17a21e6f73
commit 34e08b3373
1 changed files with 4 additions and 0 deletions

View File

@ -730,6 +730,10 @@ div.navfooter {
border-color: black;
}
.writernotes {
color: red;
}
/*********** /
/ graphics /