aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-26 10:26:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:07 +0000
commitfc43555f7212ed093dcb796e39574c6e5769372e (patch)
treebc982d5e5e2829607d0b2c69abaa009028d8c5c6 /documentation/sdk-manual
parentd07100d5ff965030a31e1d28b5eec8ac91d68a3c (diff)
downloadopenembedded-core-contrib-fc43555f7212ed093dcb796e39574c6e5769372e.tar.gz
sdk-manual: Added a red-text "role" to the style sheet.
This allows you to use the following to make a paragraph display using red-colored text: <para role='writernotes'>Here is the sentence.</para> What this allows is to create areas in the manual that are easily identified as questions to the reviewers. (From yocto-docs rev: 007ea508a36f453c66970666490a82885a8749e1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-style.css b/documentation/sdk-manual/sdk-style.css
index 44381b7df4..52518964ca 100644
--- a/documentation/sdk-manual/sdk-style.css
+++ b/documentation/sdk-manual/sdk-style.css
@@ -685,6 +685,10 @@ hr {
background-color: #f0f0f2;
}
+.writernotes {
+ color: #ff0000;
+}
+
.glossary dl dt,
.variablelist dl dt,
.variablelist dl dt span.term {