Guest User

Untitled

a guest
Dec 10th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <head>
  2. <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
  3. <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
  4. <!--[if lt IE 8]>
  5. <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
  6. <![endif]-->
  7. </head>
  8.  
  9. = stylesheet_link_tag 'screen.css', :media => 'screen, projection'
  10. = stylesheet_link_tag 'print.css', :media => 'print'
  11. /[if lt IE 8]
  12. = stylesheet_link_tag 'ie.css', :media => 'screen, projection'
Add Comment
Please, Sign In to add comment