[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6689/8267] ref-manual: Added style "writernotes" to *.css stylesheet.



commit 534a614312be4b1764a1d6b7805b1cbbf8759746
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Thu Jun 22 14:03:19 2017 -0700

    ref-manual: Added style "writernotes" to *.css stylesheet.
    
    This addition allows an author to use the following form to
    highlight a paragraph in red.
    
       <para role="writernotes">
       Blah Blah Blah
       </para>
    
    (From yocto-docs rev: 40d646229e5ec9fa905a372be795120449f9f9dd)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 documentation/ref-manual/ref-style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css
index 8ea8dac..7077e4b 100644
--- a/documentation/ref-manual/ref-style.css
+++ b/documentation/ref-manual/ref-style.css
@@ -773,6 +773,10 @@ div.navfooter {
   border-color: black;
 }
 
+.writernotes {
+  color: red;
+}
+
 
   /*********** /
  /  graphics  /


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]