Skip to content

Commit

Permalink
General CSS is included before specific CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Mar 5, 2012
1 parent e3857cc commit 5bf097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/onepage.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Presentation</title>

<%= inline_css(['reset.css', 'showoff.css', 'theme/ui.all.css', 'sh_style.css'], 'public/css') %>
<% if @no_js %>
<%= inline_css(['pdf.css'], 'public/css') %>
<% else %>
<%= inline_css(['onepage.css'], 'public/css') %>
<% end %>
<%= inline_css(['reset.css', 'showoff.css', 'theme/ui.all.css', 'sh_style.css'], 'public/css') %>
<%= inline_css(css_files) %>
<% if !@no_js %>
Expand Down

0 comments on commit 5bf097c

Please sign in to comment.