diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-08-09 20:56:03 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 20:51:55 +0200 |
commit | 7c51cfd9304cbb06dff533d532a4017718cc3e63 (patch) | |
tree | a8f287334d07791732b7a386e6dfea3b2aa755bf /help3xsl/default.css | |
parent | 531748fea683fd0ccb651eaed637f0b8053cb541 (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/default.css')
-rw-r--r-- | help3xsl/default.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 391403e724..013f987f1c 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -367,12 +367,11 @@ header { font-size: 24px; } .logo .symbol { - 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; - margin-right: 10px; } .lang nav, .modules nav { z-index: 100; |