You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/12/08 16:56:30 UTC

[plc4x] branch develop updated: PLC4X-160: Fix css to make links to Apache events and ASF homepage work again

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0c5d994  PLC4X-160: Fix css to make links to Apache events and ASF homepage work again
     new daca310  Merge pull request #104 from dominikriemer/develop
0c5d994 is described below

commit 0c5d99430b7fb4526c72fe9c6ef64e91872d4eea
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Dec 6 19:59:34 2019 +0100

    PLC4X-160: Fix css to make links to Apache events and ASF homepage work again
---
 src/site/resources/css/site.css | 2 --
 src/site/site.xml               | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 537e2af..d9f0995 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -73,8 +73,6 @@ under the License.
 h2[id]:before {
     display: block;
     content: "";
-    height: 360px;
-    margin: -360px 0 0;
 }
 
 /* Set where the focus will be set when using anchor links */
diff --git a/src/site/site.xml b/src/site/site.xml
index 4e72149..dbf305a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -76,7 +76,7 @@
     <name>Apache Software Foundation</name>
     <src>https://plc4x.apache.org/images/apache_logo.png</src>
     <!--src>./images/apache_logo.png</src-->
-    <href>http://www.apache.org/</href>
+    <href>https://www.apache.org/</href>
   </bannerRight>
 
   <body>