Skip to content

Commit

Permalink
Moved css from layout to application.css.sass
Browse files Browse the repository at this point in the history
  • Loading branch information
gabceb committed Feb 20, 2013
1 parent 99365b6 commit a7eb71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.css.sass
@@ -1,4 +1,6 @@
@import lib/normalize
@import lib/font-awesome.css

@import bourbon

@import variables
Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -4,7 +4,6 @@
<title>Kandan</title>
<%= stylesheet_link_tag "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" %>
<%= stylesheet_link_tag "http://fonts.googleapis.com/css?family=PT+Sans:400,700" %>
<%= stylesheet_link_tag "/assets/lib/font-awesome.css" %>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= favicon_link_tag %>
Expand Down

0 comments on commit a7eb71e

Please sign in to comment.