Skip to content

Commit

Permalink
Adding Respond for media query support in IE6-8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Anderson committed May 2, 2012
1 parent 3712d67 commit 15f8d6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/javascripts/respond.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion views/layouts/default.html.erb
Expand Up @@ -5,7 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/stylesheets/screen.css" />
<script src="/javascripts/html5.js"></script>
<!--[if lt IE 9]>
<script src="/javascripts/html5.js"></script>
<script src="/javascripts/respond.min.js"></script>
<![endif]-->
<%= yield :css %>
</head>
<body>
Expand Down

0 comments on commit 15f8d6a

Please sign in to comment.