rosa-build/app/views/layouts/_stylesheets.html.haml

7 lines
208 B
Plaintext
Raw Normal View History

2011-03-09 13:13:36 +00:00
-# CSS: implied media="all"
-# stylesheet_link_tag 'style', :media => 'all'
= stylesheet_link_tag 'compiled/style.css', :media => 'all'
-# Append your own using content_for :stylesheets
= yield :stylesheets