aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorfrancis <francis>2009-01-19 15:57:27 +0000
committerfrancis <francis>2009-01-19 15:57:27 +0000
commit59d2283d96a4a1e76f9ee0815cd68449e4e36dc9 (patch)
tree300bad4c91e5bf9bb2a83ba333870bdb9a4cfa0a /app
parent62137b86dc78f6494dee68a94a99966f44959e36 (diff)
Fix display of campaign advert in IE6
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/default.rhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml
index f7174fa38..dfeb133f5 100644
--- a/app/views/layouts/default.rhtml
+++ b/app/views/layouts/default.rhtml
@@ -13,6 +13,9 @@
<%= stylesheet_link_tag 'main', :title => "Main", :rel => "stylesheet" %>
<%= stylesheet_link_tag 'yucky-green', :title => "Yucky Green", :rel => "alternate stylesheet" %>
+ <!--[if LT IE 7]>
+ <style type="text/css">@import url("/stylesheets/ie6.css");</style>
+ <![endif]-->
<% if @feed_autodetect %>
<% for feed in @feed_autodetect %>