diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 2 | ||||
-rw-r--r-- | help3xsl/online_transform.xsl | 2 | ||||
-rw-r--r-- | help3xsl/xap_templ_query.xsl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a0d8fccee7..9e548dd463 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 9daccd5422..5f06749dc0 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 014dfd1983..719d8b9091 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"> |