diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 9257721..6f7b549 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -3,5 +3,8 @@ * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= require_self - *= require_directory . + *= require squaregrid + *= require photos + *= require fancybox + *= require scrollbars */ \ No newline at end of file diff --git a/app/views/layouts/photos.html.erb b/app/views/layouts/photos.html.erb index e218229..a9692c5 100644 --- a/app/views/layouts/photos.html.erb +++ b/app/views/layouts/photos.html.erb @@ -7,10 +7,7 @@ - <%= stylesheet_link_tag "squaregrid", :media => "all" %> - <%= stylesheet_link_tag "photos", :media => "all" %> - <%= stylesheet_link_tag "fancybox", :media => "all" %> - <%= stylesheet_link_tag "scrollbars", :media => "screen" %> + <%= stylesheet_link_tag "application" %> <%= javascript_include_tag 'application' %> <%= render :partial => "shared/typekit" %>