aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-15 14:44:45 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-15 16:46:24 +0100
commit42388038182500ae581f5681f8d628b0c2543a31 (patch)
treeadac80a562352868fe816b6a4685629861b49828
parentdb6f6712a042d942d45ee25542b156d996d18a09 (diff)
Fix down.default.html asset paths
-rw-r--r--public/down.default.html4
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>