diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-26 10:26:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:07 +0000 |
commit | fc43555f7212ed093dcb796e39574c6e5769372e (patch) | |
tree | bc982d5e5e2829607d0b2c69abaa009028d8c5c6 /documentation/sdk-manual/sdk-style.css | |
parent | d07100d5ff965030a31e1d28b5eec8ac91d68a3c (diff) | |
download | poky-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/sdk-style.css')
-rw-r--r-- | documentation/sdk-manual/sdk-style.css | 4 |
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 { | |||
685 | background-color: #f0f0f2; | 685 | background-color: #f0f0f2; |
686 | } | 686 | } |
687 | 687 | ||
688 | .writernotes { | ||
689 | color: #ff0000; | ||
690 | } | ||
691 | |||
688 | .glossary dl dt, | 692 | .glossary dl dt, |
689 | .variablelist dl dt, | 693 | .variablelist dl dt, |
690 | .variablelist dl dt span.term { | 694 | .variablelist dl dt span.term { |