diff --git a/pages/support/footer.mako b/pages/support/footer.mako index 77c21ad..110875b 100644 --- a/pages/support/footer.mako +++ b/pages/support/footer.mako @@ -16,7 +16,7 @@ Powered by the Wikimedia Toolserver -

Copyright © 2009–2012 Ben Kurtovic • \ +

Copyright © 2009–2012 Ben Kurtovic • \ Contact • \ View Source • \ Valid XHTML 1.0 Strict
@@ -24,7 +24,7 @@

- Powered by Earwig Technology + Powered by Earwig Technology diff --git a/static/css/main.css b/static/css/main.css index 2f18c2d..670c198 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -22,11 +22,17 @@ div#footer { width: 100%; height: 70px; bottom: 0; - background-color: #EEE; font-size: 12px; text-align: center; line-height: 1.5; - + + background: #EEEEEE; + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#CCCCCC)); /* Chrome, Safari 4+ */ + background: -webkit-linear-gradient(top, #F7F7F7, #CCCCCC); /* Chrome 10+, Safari 5+ */ + background: -moz-linear-gradient(top, #F7F7F7, #CCCCCC); /* Firefox 3.6+ */ + background: -ms-linear-gradient(top, #F7F7F7, #CCCCCC); /* IE 10+ (lol) */ + background: -o-linear-gradient(top, #F7F7F7, #CCCCCC); /* Opera 11.10+ */ + background: linear-gradient(top, #F7F7F7, #CCCCCC); } div#foot-divider {