Skip to content

Commit

Permalink
Enable locale specific stylesheet, and a ship for Pirate.
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee daniells committed Sep 15, 2010
1 parent 9e603bb commit ef0384a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.haml
Expand Up @@ -6,6 +6,7 @@
= stylesheet_link_tag 'main.css', :media => 'screen, projection'
= stylesheet_link_tag 'buttons.css', :media => 'screen, projection'
= stylesheet_link_tag 'blueprint/print.css', :media => 'print'
= stylesheet_link_tag "locales/#{I18n.locale}.css", :media => 'screen'
/
[if lt IE 8]>
= stylesheet_link_tag 'blueprint/ie.css', :media => 'screen, projection'
Expand Down
Binary file added public/images/ship.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/stylesheets/locales/en-PIRATE.css
@@ -0,0 +1,4 @@
.container {
background: url(/images/ship.jpg) no-repeat bottom left;
min-height: 700px;
}

0 comments on commit ef0384a

Please sign in to comment.