From: Scott Rifenbark Date: Tue, 26 Jan 2016 18:26:19 +0000 (-0800) Subject: sdk-manual: Added a red-text "role" to the style sheet. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc43555f7212ed093dcb796e39574c6e5769372e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/sdk-manual/sdk-style.css b/documentation/sdk-manual/sdk-style.css index 44381b7df40..52518964ca2 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 {