1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Moved photos stylesheets to asset pipeline.

This commit is contained in:
Dan Barber 2011-10-31 18:28:20 +00:00
parent 8da575ba41
commit 23b9ee5f74
2 changed files with 5 additions and 5 deletions

View File

@ -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
*/

View File

@ -7,10 +7,7 @@
<meta name="keywords" content="photography, images, landscapes" />
<meta name="description" content="The photography portfolio of Dan Barber" />
<meta name="language" content="English" />
<%= 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" %>
</head>