small fix to the 'lines to the head of your application.html.haml'

This commit is contained in:
Ciaran Lee 2008-08-31 00:04:03 +01:00
parent 8079f16955
commit 7c465cc05d

View File

@ -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'