diff options
Diffstat (limited to 'web/down.default.html')
-rw-r--r-- | web/down.default.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/web/down.default.html b/web/down.default.html index 35d2cf237..10502d89b 100644 --- a/web/down.default.html +++ b/web/down.default.html @@ -2,12 +2,12 @@ <html lang="en-gb"> <head> <title>FixMyStreet</title> - <style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style> + <link rel="stylesheet" type="text/css" href="/css/core.css"> + <link rel="stylesheet" type="text/css" href="/css/main.css"> <!--[if LT IE 7]> -<style type="text/css">@import url("/css/ie6.css");</style> + <link rel="stylesheet" type="text/css" href="/css/ie6.css"> <![endif]--> - <!-- RSS --> </head> <body> <h1 id="header">Fix<span id="my">My</span>Street</h1> @@ -21,15 +21,14 @@ <h2 class="v">Navigation</h2> <ul id="navigation"> -<li>team@fixmystreet.com</a></li> +<li>team@fixmystreet.com</li> </ul> -<a href="http://www.mysociety.org/"><img id="logo" src="/i/mysociety-dark.png" alt="View mySociety.org"><span id="logoie"></span></a> - -<p id="footer">Built by <a href="http://www.mysociety.org/">mySociety</a>, -using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a -href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.</p> +<a href="http://www.mysociety.org/"><img id="logo" width="133" height="26" src="/i/mysociety-dark.png" alt="View mySociety.org"><span id="logoie"></span></a> +<p id="footer">Built by <a href="http://www.mysociety.org/">mySociety</a> + | <a href="http://github.com/mysociety/fixmystreet">Source code</a> +</p> </body> </html> |