summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-08-09 20:56:03 +0200
committerAndras Timar <andras.timar@collabora.com>2024-02-10 20:03:17 +0100
commitcd6215c5875b8577605ae6d8d2eb6320c2cebab3 (patch)
tree10001dfd854e31c362db2af6563d5e84904233e2 /help3xsl
parentd6423aa350685e984ac30209a0269b02c1cc145a (diff)
[cp] Exchange the logo.
Change-Id: I138d97fd40764ff455354f4ad53f9a7fb72faba8 Reviewed-on: https://gerrit.libreoffice.org/58797 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css6
-rw-r--r--help3xsl/online_transform.xsl2
2 files changed, 4 insertions, 4 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 5bcd2c28f1..790e4411d8 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -398,10 +398,10 @@ h6 {
padding: 8px 8px 8px 20px;
}
.symbol div {
- background-image: url(media/navigation/libo-symbol-white.svg);
+ background-image: url(media/navigation/collabora-online-logo.svg);
background-repeat: no-repeat;
background-size: contain;
- width: 52px;
+ width: 60px;
height: 60px;
}
@@ -733,7 +733,7 @@ li.disabled a {
margin-right: 5px;
}
.office-icon {
- background-image: url(media/navigation/libo-symbol-black.svg);
+ background-image: url(media/navigation/collabora-online-logo.svg);
}
.calc-icon {
background-image: url(media/navigation/libo-calc.svg);
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 674f0fe635..e1381b10cc 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -243,7 +243,7 @@
<meta itemprop="datePublished" content="2020"/>
<meta itemprop="headline" content="{$titleL10N}"/>
<meta itemprop="license" content="https://www.libreoffice.org/download/license/"/>
- <meta itemprop="image" content="media/navigation/libo-symbol-white.svg"/>
+ <meta itemprop="image" content="media/navigation/collabora-online-logo.svg"/>
</xsl:if>
<xsl:apply-templates select="/helpdocument/body"/>
</div>