Skip to content

Commit

Permalink
Improved IE6-8 compatibility and updated the respond.js version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudleray committed Aug 13, 2013
1 parent 76e9882 commit 99ea5ec
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions examples/2columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - 2 columns</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-layout-responsive.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>PocketGrid - Basic layout responsive</title>
Expand All @@ -27,7 +27,7 @@
</div>

<!-- For IE6-8 Media Queries compatibility -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.min.js"></script>

</body>

Expand Down
4 changes: 2 additions & 2 deletions examples/block-group-on-body.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Basic layout</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/content-first.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Content-first / Swap columns</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/fix-for-different-block-heights-nthchild.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Fix for different block heights (nth-child version)</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />
<!-- The example stylesheet -->
<link rel="stylesheet" href="fix-for-different-block-heights-nthchild.css" />
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/fix-for-different-block-heights.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Fix for different block heights</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />
<!-- The example stylesheet -->
<link rel="stylesheet" href="fix-for-different-block-heights.css" />
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/html5tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - New HTML5 tags</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/max-width.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Max-width</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion examples/nested-grids-responsive.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- </div> -->

<!-- For IE6-8 Media Queries compatibility -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.min.js"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions examples/nested-grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Complex layout responsive</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style>
Expand Down
4 changes: 2 additions & 2 deletions examples/offsets.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Content-first / Swap columns</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/portrait-landscape-responsive.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Portrait/landscape responsive</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/responsive-gutters.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Responsive gutters!</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Basic layout</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions examples/source-ordering-push-pull.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<title>PocketGrid - Content-first / Swap columns</title>

<!-- Common styles for examples (you do not need to include it in your pages) -->
<link rel="stylesheet" href="common.css" media="screen" />
<link rel="stylesheet" href="common.css" />

<!-- The PocketGrid -->
<link rel="stylesheet" href="../pocketgrid.css" media="screen" />
<link rel="stylesheet" href="../pocketgrid.css" />

<!-- Styles defining the layout -->
<style>
Expand Down

0 comments on commit 99ea5ec

Please sign in to comment.