Skip to content

Commit

Permalink
MSIE specific style sheets - more granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
John Athayde committed Jul 6, 2010
1 parent 0c962eb commit d737be3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@

<%%= stylesheet_link_tag 'application' %>
<!-- http://www.quirksmode.org/css/condcom.html for MSIE Conditional Statements -->
<!--[if lt IE 7]><%%= stylesheet_link_tag 'global-ie6', :media => 'screen, projector' %><![endif]-->
<!--[if IE 7]><%%= stylesheet_link_tag 'global-ie7', :media => 'screen, projector' %><![endif] -->
<!--[if IE 9]><%= stylesheet_link_tag 'ie9', :media => 'screen, projector' %><![endif]-->
<!--[if IE 8]><%= stylesheet_link_tag 'ie8', :media => 'screen, projector' %><![endif]-->
<!--[if IE 7]><%= stylesheet_link_tag 'ie7', :media => 'screen, projector' %><![endif]-->
<!--[if lte IE 6]><%= stylesheet_link_tag 'ie6', :media => 'screen, projector' %><![endif]-->
<%%= stylesheet_link_tag 'nav' if Object.const_defined? :NavHelper %>

<%%= javascript_include_tag :defaults %>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* ### IE8 Clearfix ### */

*:first-child+html .group {
min-height: 1px;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* MSIE 9 specific styles */

0 comments on commit d737be3

Please sign in to comment.