]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: Added a red-text "role" to the style sheet.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 26 Jan 2016 18:26:19 +0000 (10:26 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:56:07 +0000 (21:56 +0000)
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>
documentation/sdk-manual/sdk-style.css

index 44381b7df40e226c9c7688326921b5d6c10d975a..52518964ca20c39f82d31fc5a69b6cbbe536fa57 100644 (file)
@@ -685,6 +685,10 @@ hr {
   background-color: #f0f0f2;
 }
 
+.writernotes {
+  color: #ff0000;
+}
+
 .glossary dl dt,
 .variablelist dl dt,
 .variablelist dl dt span.term {