diff options
-rw-r--r-- | public/down.default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/down.default.html b/public/down.default.html index 0440f91f9..a3b4f5d64 100644 --- a/public/down.default.html +++ b/public/down.default.html @@ -6,9 +6,9 @@ WhatDoTheyKnow - make and browse Freedom of Information (FOI) requests </title> - <link href="/assets/main.css" media="screen" rel="stylesheet" title="Main" type="text/css"> + <link href="/assets/application.css" media="screen" rel="stylesheet" title="Main" type="text/css"> <!--[if LT IE 7]> - <style type="text/css">@import url("/stylesheets/ie6.css");</style> + <style type="text/css">@import url("/assets/ie6.css");</style> <![endif]--> </head> |