From fc43555f7212ed093dcb796e39574c6e5769372e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Jan 2016 10:26:19 -0800 Subject: [PATCH] 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: Here is the sentence. 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-style.css | 4 ++++ 1 file changed, 4 insertions(+) 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 {