Skip to content

Commit

Permalink
css test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 10, 2014
1 parent 2e628dd commit 8f845cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions test/cards.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<html>
<html ng-app="ionicApp">
<head>
<meta charset="utf-8">
<title>Cards</title>

<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link href="../dist/css/ionic.css" rel="stylesheet">
<script src="../dist/js/ionic.bundle.js"></script>
<script>
angular.module('ionicApp', ['ionic'])
</script>
</head>
<body>

<header class="bar bar-header bar-dark">
<h1 class="title">Cards</h1>
</header>

<main class="content has-header overflow-scroll ionic-pseudo" style="position:fixed">
<content has-header="true" class="ionic-pseudo">

<div class="card">
<div class="item item-text-wrap">
Expand Down Expand Up @@ -136,9 +138,9 @@ <h2>Marty McFly</h2>

</div>

<p><a class="button button-secondary" href="../">Homepage</a></p>
<p><a class="button button-secondary" href="../">All CSS Tests</a></p>

</main>
</content>

</body>
</html>
4 changes: 2 additions & 2 deletions test/type.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1 class="title">Type</h1>
</header>

<main class="content padding has-header" style="margin-top: 80px">
<main class="content padding has-header">
<h1>I'm an H1 Element</h1>
<h2>I'm an H2 Element</h2>
<h3>I'm an H3 Element</h3>
Expand All @@ -23,7 +23,7 @@ <h6>I'm an H6 Element</h6>
<p>I'm a paragraph Element!</p>
<p>As am I'm a paragraph Element too.</p>
<hr>
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
<p><a class="button button-secondary" href="./">All CSS Tests</a></p>
</main>

</body>
Expand Down

0 comments on commit 8f845cc

Please sign in to comment.