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:
parent
032631bfdf
commit
0d4f6696a4
@ -67,6 +67,7 @@ body
|
|||||||
#stripe
|
#stripe
|
||||||
background: #262626
|
background: #262626
|
||||||
height: 12px
|
height: 12px
|
||||||
|
line-height: 0
|
||||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
|
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
|
||||||
canvas
|
canvas
|
||||||
height: 12px
|
height: 12px
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
!!!
|
!!! 5
|
||||||
/
|
/
|
||||||
Dan Barber's CV
|
Dan Barber's CV
|
||||||
Author: Dan Barber
|
Author: Dan Barber
|
||||||
@ -7,9 +7,7 @@
|
|||||||
/[if lt IE 7 ] <html class="no-js ie6" lang="en">
|
/[if lt IE 7 ] <html class="no-js ie6" lang="en">
|
||||||
/[if IE 7 ] <html class="no-js ie7" lang="en">
|
/[if IE 7 ] <html class="no-js ie7" lang="en">
|
||||||
/[if IE 8 ] <html class="no-js ie8" 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"}
|
%html.no-js{:lang => "en", :manifest => "default.appcache?v=1"}
|
||||||
/ <![endif]
|
|
||||||
%head
|
%head
|
||||||
= render "partials/_head.html.haml"
|
= render "partials/_head.html.haml"
|
||||||
%body.clearfix
|
%body.clearfix
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>') / Scripts
|
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/plugins.js"}
|
||||||
%script{:src => "js/script.js"}
|
%script{:src => "js/script.js"}
|
||||||
/[if (lt IE 9) & (!IEMobile)]
|
/[if (lt IE 9) & (!IEMobile)]
|
||||||
<script src="js/libs/DOMAssistantCompressed-2.8.js"></script>
|
<script src="js/libs/DOMAssistantCompressed-2.8.js"></script>
|
||||||
<script src="js/libs/selectivizr-1.0.1.js"></script>
|
<script src="js/libs/selectivizr-1.0.1.js"></script>
|
||||||
<script src="js/libs/respond.min.js"></script>
|
<script src="js/libs/respond.min.js"></script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user