From 7c465cc05dd1c4e55cb3bf86e7311e5413526c3e Mon Sep 17 00:00:00 2001 From: Ciaran Lee Date: Sun, 31 Aug 2008 00:04:03 +0100 Subject: [PATCH] small fix to the 'lines to the head of your application.html.haml' --- lib/compass/commands/install_rails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/commands/install_rails.rb b/lib/compass/commands/install_rails.rb index cd558991..8634a6e0 100644 --- a/lib/compass/commands/install_rails.rb +++ b/lib/compass/commands/install_rails.rb @@ -73,7 +73,7 @@ Congratulations! Your project has been configured to use Compass. Next add these lines to the head of your application.html.haml: %head - = stylesheet_link_tag '#{stylesheet_prefix}screen.css', :media => 'print' + = stylesheet_link_tag '#{stylesheet_prefix}screen.css', :media => 'screen, projection' = stylesheet_link_tag '#{stylesheet_prefix}print.css', :media => 'print' /[if IE] = stylesheet_link_tag '#{stylesheet_prefix}ie.css', :media => 'screen, projection'