aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-29 13:03:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:12 +0000
commit34e08b33730a836d097ff9cc4722eb2b2e507094 (patch)
treeb1ad7fbb0560aed2b6e403fcf7445b6ba266449f /documentation/dev-manual
parent17a21e6f73a497ba281d3c563e694aee77df6285 (diff)
downloadopenembedded-core-contrib-34e08b33730a836d097ff9cc4722eb2b2e507094.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-style.css b/documentation/dev-manual/dev-style.css
index b900ffc9b2..6d0aa8e9fa 100644
--- a/documentation/dev-manual/dev-style.css
+++ b/documentation/dev-manual/dev-style.css
@@ -730,6 +730,10 @@ div.navfooter {
border-color: black;
}
+.writernotes {
+ color: red;
+}
+
/*********** /
/ graphics /