You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/09 08:06:09 UTC

[causeway] branch master updated: CAUSEWAY-3222: Causeway homepage logo placement fix (CSS)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new ca15a68fcb CAUSEWAY-3222: Causeway homepage logo placement fix (CSS)
ca15a68fcb is described below

commit ca15a68fcbe797e8e3c4ae059d20117123471342
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Feb 9 09:06:04 2023 +0100

    CAUSEWAY-3222: Causeway homepage logo placement fix (CSS)
---
 antora/supplemental-ui/css/home/style.css | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/antora/supplemental-ui/css/home/style.css b/antora/supplemental-ui/css/home/style.css
index 1bf30bb138..af25227c48 100644
--- a/antora/supplemental-ui/css/home/style.css
+++ b/antora/supplemental-ui/css/home/style.css
@@ -193,10 +193,6 @@ h6 {
   color: var(--color-causeway-cyan);
 }
 
-#header #logo h1 a img {
-  margin-top: 10px;
-}
-
 #header #logo h1 a span.brand {
   color: var(--color-causeway-purple);
 }
@@ -206,10 +202,6 @@ h6 {
 }
 
 #header #logo img {
-  padding: 0;
-  margin: 0;
-  margin-top: -5px;
-  margin-right: 10px;
   height: 48px;
 }