summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/common/css/main.css3
-rw-r--r--site/index.php13
2 files changed, 10 insertions, 6 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css
index 65a4855..173340e 100644
--- a/site/common/css/main.css
+++ b/site/common/css/main.css
@@ -6,7 +6,8 @@ max-width:95%
}
html{
background:#eee url("/common/background/background.jpg") fixed;
-font:99% sans-serif
+font:99% sans-serif;
+padding-bottom:100em;
}
div{
opacity:.92;
diff --git a/site/index.php b/site/index.php
index 828eb24..5543bc4 100644
--- a/site/index.php
+++ b/site/index.php
@@ -60,11 +60,6 @@
}
}
?>
- <p>
- <strong><em>FCC in the USA is trying to *ban* free software in WiFi-enabled devices!
- Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans,
- read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong>
- </p>
<h2>Download libreboot</h2>
<ul>
<li><strong><a href="download/"><?php echo gettext("Download stable version"); ?></a></strong></li>
@@ -140,6 +135,14 @@
</ul>
</div>
+ <div style="position:fixed;bottom:0px;left:0px;right:0px;z-index:9999;">
+ <p>
+ <strong><em>FCC in the USA is trying to *ban* free software in WiFi-enabled devices!
+ Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans,
+ read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong>
+ </p>
+ </div>
+
<?php
include "common/footer.php";
?>