[Libreoffice-commits] help.git: help3xsl/default.css help3xsl/online_transform.xsl help3xsl/xap_templ_query.xsl

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 22 12:12:48 UTC 2020


 help3xsl/default.css          |    2 +-
 help3xsl/online_transform.xsl |    2 +-
 help3xsl/xap_templ_query.xsl  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f48d72b4a80d8d6f21f2b335dc94e0500bbbcf60
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri Feb 21 10:20:38 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Feb 22 13:12:28 2020 +0100

    Refactor XSLTs and CSS
    
    more meanigful names
    
    Change-Id: Ib786d2814adaed336f495992711eb89f99d85d39
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89206
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index a0d8fccee..9e548dd46 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -341,7 +341,7 @@ h6 {
     margin-bottom: 6px;
 }
 .embedded {}
-.header-extrawurst {
+#TopLeftHeader {
     grid-area: header;
     position: sticky;
     top: 0px;
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 9daccd542..5f06749dc 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -164,7 +164,7 @@
         <meta itemprop="datePublished" content="2017"/>
         <meta itemprop="headline" content="{$titleL10N}"/>
     </xsl:if>
-    <div class="header-extrawurst">
+    <div id="TopLeftHeader">
         <header>
             <div class="logo-container">
                 <a class="logo" href="{$lang}/text/shared/05/new_help.html">
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl
index 014dfd198..719d8b909 100644
--- a/help3xsl/xap_templ_query.xsl
+++ b/help3xsl/xap_templ_query.xsl
@@ -107,7 +107,7 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va
 </script>
 </head>
 <body>
-<div class="header-extrawurst">
+<div id="TopLeftHeader">
     <header>
         <div class="logo-container">
             <a class="logo" href="]]><xsl:value-of select="concat($target,'/',$lang)"/><![CDATA[/text/shared/05/new_help.html">


More information about the Libreoffice-commits mailing list