small fix to the 'lines to the head of your application.html.haml'
This commit is contained in:
parent
8079f16955
commit
7c465cc05d
@ -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:
|
Next add these lines to the head of your application.html.haml:
|
||||||
|
|
||||||
%head
|
%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'
|
= stylesheet_link_tag '#{stylesheet_prefix}print.css', :media => 'print'
|
||||||
/[if IE]
|
/[if IE]
|
||||||
= stylesheet_link_tag '#{stylesheet_prefix}ie.css', :media => 'screen, projection'
|
= stylesheet_link_tag '#{stylesheet_prefix}ie.css', :media => 'screen, projection'
|
||||||
|
Loading…
Reference in New Issue
Block a user