瀏覽代碼

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>
Scott Rifenbark 9 年之前
父節點
當前提交
fc43555f72
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      documentation/sdk-manual/sdk-style.css

+ 4 - 0
documentation/sdk-manual/sdk-style.css

@@ -685,6 +685,10 @@ hr {
   background-color: #f0f0f2;
   background-color: #f0f0f2;
 }
 }
 
 
+.writernotes {
+  color: #ff0000;
+}
+
 .glossary dl dt,
 .glossary dl dt,
 .variablelist dl dt,
 .variablelist dl dt,
 .variablelist dl dt span.term {
 .variablelist dl dt span.term {