[Libreoffice-commits] help.git: 3 commits - help3xsl/default.css help3xsl/online_transform.xsl source/text

Adolfo Jayme Barrientos fitojb at ubuntu.com
Mon May 7 22:13:28 UTC 2018


 help3xsl/default.css                |    1 +
 help3xsl/online_transform.xsl       |    2 +-
 source/text/swriter/01/04090200.xhp |    4 ++--
 source/text/swriter/01/06080100.xhp |    8 ++++----
 4 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 7e1d1370189e34e02b526d5a30095c1794d7546c
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Mon May 7 16:46:26 2018 -0500

    More missing “tablehead” roles…
    
    Change-Id: I16009b5295560ccbc02c2a7ea26ee61fe0f0f116

diff --git a/source/text/swriter/01/04090200.xhp b/source/text/swriter/01/04090200.xhp
index f9075dba1..1d1e98cf5 100644
--- a/source/text/swriter/01/04090200.xhp
+++ b/source/text/swriter/01/04090200.xhp
@@ -285,10 +285,10 @@
       <table id="tbl_id3154848">
          <tablerow>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3156066" role="paragraph">Example</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3156066" role="tablehead">Example</paragraph>
             </tablecell>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3156088" role="paragraph">Meaning</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3156088" role="tablehead">Meaning</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>
diff --git a/source/text/swriter/01/06080100.xhp b/source/text/swriter/01/06080100.xhp
index 70df7da34..3f44ba0d4 100644
--- a/source/text/swriter/01/06080100.xhp
+++ b/source/text/swriter/01/06080100.xhp
@@ -47,10 +47,10 @@
 <table id="tbl_id3153923">
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147570" xml-lang="en-US">Selection</paragraph>
+<paragraph role="tablehead" id="par_id3147570" xml-lang="en-US">Selection</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3151180" xml-lang="en-US">Description</paragraph>
+<paragraph role="tablehead" id="par_id3151180" xml-lang="en-US">Description</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
@@ -118,10 +118,10 @@
 <table id="tbl_id3143284">
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149096" xml-lang="en-US">Option</paragraph>
+<paragraph role="tablehead" id="par_id3149096" xml-lang="en-US">Option</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3151256" xml-lang="en-US">Meaning</paragraph>
+<paragraph role="tablehead" id="par_id3151256" xml-lang="en-US">Meaning</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
commit abb68975a79863ef292ea8866d1590353329c9be
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Mon May 7 16:01:26 2018 -0500

    Helponline: ordered list numbers were too small
    
    Change-Id: Ia41478b03ff696f1ab86a8b57090b1ce0bf79efc

diff --git a/help3xsl/default.css b/help3xsl/default.css
index b0a0834e6..d17f5b2c1 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -184,6 +184,7 @@ h6 {
     color: #18A303;
 }
 p,
+ol,
 td {
     font-size: 1.17rem;
     margin: 2px 2px 2px 2px;
commit 3a0c8ce97b239a7d2744bb9dc8a704a568c947e0
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Sun May 6 23:14:59 2018 -0500

    Helponline: Tame that gaudy-looking magnifier icon…
    
    … at least where Unicode variation selectors are supported.
    
    Change-Id: I9cf30c732e66a79e64a0e7becada7e82bded93cb

diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 67b1e2a7c..5ab53c8d7 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -259,7 +259,7 @@
         <label for="accordion-1"><xsl:call-template name="getContents"><xsl:with-param name="lang" select="$lang"/></xsl:call-template></label>
         <div id="Contents" class="contents-treeview"></div>
         <div id="Index">
-            <div class="index-label"><xsl:call-template name="getIndex"><xsl:with-param name="lang" select="$lang"/></xsl:call-template>  &#x1f50e; </div>
+            <div class="index-label"><xsl:call-template name="getIndex"><xsl:with-param name="lang" select="$lang"/></xsl:call-template>  &#x1f50e;&#xfe0e; </div>
             <div id="Bookmarks">
                 <input id="search-bar" type="text" class="search" />
                 <nav class="index"></nav>


More information about the Libreoffice-commits mailing list