Sha256: 842f367a321b8c8fae65dbcde2ed1822a35e39661852ebb84827be9066dd8ea5
Contents?: true
Size: 836 Bytes
Versions: 19
Compression:
Stored size: 836 Bytes
Contents
!!! 5 / paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ /[if lt IE 7 ] <html class=\"ie6\" lang=\"en\"> /[if IE 7 ] <html class=\"ie7\" lang=\"en\"> /[if IE 8 ] <html class=\"ie8\" lang=\"en\"> /[if IE 9 ] <html class=\"ie9\" lang=\"en\"> /[if (gt IE 9)|!(IE)] <!--> <html lang=\"en\"> %head %meta{ :charset => "utf-8" } -# Uncomment to make IE8 render like IE7 -# meta http-equiv="X-UA-Compatible" content="IE=7" -# Set the viewport width to device width for mobile %meta{ :name => "viewport", :content => "width=device-width, initial-scale=1.0" } %title= content_for?(:title) ? yield(:title) : "Untitled" -# Included CSS Files = stylesheet_link_tag "application" -# Included JS Files = javascript_include_tag "application" = csrf_meta_tag %body .container = yield
Version data entries
19 entries across 19 versions & 1 rubygems