Skip to content

Commit

Permalink
remove IE{6,7} CSS customizations, we can't test and usage is low
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedlund committed Jun 24, 2013
1 parent c759f90 commit d854a40
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 97 deletions.
27 changes: 0 additions & 27 deletions app/assets/stylesheets/formtastic_ie6.css

This file was deleted.

17 changes: 0 additions & 17 deletions app/assets/stylesheets/formtastic_ie7.css

This file was deleted.

50 changes: 0 additions & 50 deletions themes/default/stylesheets/ie.css

This file was deleted.

3 changes: 0 additions & 3 deletions themes/default/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<%= theme_stylesheet_link_tag 'typography', 'forms', 'layout', 'jquery-ui/jquery-ui', 'changes', :media => :all %>
<%= theme_stylesheet_link_tag 'mobile', :media => mobile_stylesheet_media("only screen and (max-device-width: 960px)") %>

<!--[if IE]>
<%= theme_stylesheet_link_tag 'ie', :media => :all %>
<![endif]-->
<%= theme_stylesheet_link_tag 'print', :media => :print %>

<!-- Stylesheets, inserted -->
Expand Down

0 comments on commit d854a40

Please sign in to comment.