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>2023-02-14 13:50:08 +0100
commit44df35e9fc6906dcd8efc5bb1e3de7b20a0e6f59 (patch)
tree08d65595e1c679a53c91e946cb66ddb807c7590d /help3xsl
parentad917fae2c07b6aeaa33340c745248845d2aea45 (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 abf75f69c1..5a689591ea 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -388,10 +388,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;
}
@@ -714,7 +714,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 49b7a4b3e2..13d3de5a8f 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -235,7 +235,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>