From cd6215c5875b8577605ae6d8d2eb6320c2cebab3 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 9 Aug 2018 20:56:03 +0200 Subject: [cp] Exchange the logo. Change-Id: I138d97fd40764ff455354f4ad53f9a7fb72faba8 Reviewed-on: https://gerrit.libreoffice.org/58797 Reviewed-by: Andras Timar Tested-by: Andras Timar --- help3xsl/default.css | 6 +++--- help3xsl/online_transform.xsl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'help3xsl') 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 @@ - + -- cgit