1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Some tweaks to improve IE9 compatibility.

This commit is contained in:
Dan Barber 2012-08-01 19:16:20 +01:00
parent 032631bfdf
commit 0d4f6696a4
3 changed files with 3 additions and 4 deletions

View File

@ -67,6 +67,7 @@ body
#stripe
background: #262626
height: 12px
line-height: 0
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
canvas
height: 12px

View File

@ -1,4 +1,4 @@
!!!
!!! 5
/
Dan Barber's CV
Author: Dan Barber
@ -7,9 +7,7 @@
/[if lt IE 7 ] <html class="no-js ie6" lang="en">
/[if IE 7 ] <html class="no-js ie7" lang="en">
/[if IE 8 ] <html class="no-js ie8" lang="en">
/ [if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!
%html.no-js{:lang => "en", :manifest => "default.appcache?v=1"}
/ <![endif]
%head
= render "partials/_head.html.haml"
%body.clearfix

View File

@ -5,7 +5,7 @@
window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>') / Scripts
%script{:src => "js/plugins.js"}
%script{:src => "js/script.js"}
/[if (lt IE 9) &amp; (!IEMobile)]
/[if (lt IE 9) & (!IEMobile)]
<script src="js/libs/DOMAssistantCompressed-2.8.js"></script>
<script src="js/libs/selectivizr-1.0.1.js"></script>
<script src="js/libs/respond.min.js"></script>