From c4921fe3449904d3c2002b53ea30614e2c2f5e59 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Sat, 05 Dec 2015 22:43:51 -0500
Subject: set FCC warning background color to #fcc. We just have to do it

---
diff --git a/site/common/footer.php b/site/common/footer.php
index ad59141..cc13716 100644
--- a/site/common/footer.php
+++ b/site/common/footer.php
@@ -17,7 +17,7 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 ?>
-	<div style="position:fixed;bottom:0px;left:0px;right:0px;z-index:9999;">
+	<div style="position:fixed;bottom:0px;left:0px;right:0px;z-index:9999;background:#fcc;">
 			<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,
--
cgit v0.9.1