Fix download page footer
diff --git a/download.html b/download.html
index 96d9382..b45001c 100644
--- a/download.html
+++ b/download.html
@@ -10,6 +10,7 @@
<body>
<div class="lyo-header">
+ <a href="/lyo">
<div class="lyo-logo">
<div class="bannerContent">
<div class="logo-image dib"></div>
@@ -19,7 +20,7 @@
</span>
</div>
</div>
-
+ </a>
</div>
<div class="content">
@@ -73,8 +74,6 @@
</div>
</div>
- <div class="footerSpace"></div>
-
<div class="footer">
<div class="footerContent">
<div class="footerCenter"><a href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a></div>
@@ -83,6 +82,5 @@
</div>
</div>
-
</body>
</html>
diff --git a/index.html b/index.html
index 9cb585e..f48940d 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,7 @@
<body>
<div class="lyo-header">
+ <a href="/lyo">
<div class="lyo-logo">
<div class="bannerContent">
<div class="logo-image dib"></div>
@@ -20,6 +21,7 @@
</span>
</div>
</div>
+ </a>
</div>
@@ -54,8 +56,6 @@
</div>
- <div class="footerSpace"></div>
-
<div class="footer">
<div class="footerContent">
<div class="footerCenter"><a href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a></div>
diff --git a/style-new.css b/style-new.css
index 0a6c8fb..e1acafe 100644
--- a/style-new.css
+++ b/style-new.css
@@ -5,7 +5,7 @@
body {
position: relative;
margin: 0;
- padding: 0;
+ padding-bottom: 2em;
min-height: 100%;
font-family: Arial,sans-serif;
line-height: 1.5em;
@@ -38,22 +38,17 @@
padding: 0.5em 1em;
}
-.footerSpace {
- height: 1em;
-}
-
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
- padding: 1rem;
+ padding: 0.5em;
font-size: 0.8em;
background-color: #efefef;
text-align: center;
}
-
.footerLeft {
float: left;
width: 33%;