css test fixes

This commit is contained in:
Adam Bradley
2014-02-10 14:09:04 -06:00
parent 2e628dd842
commit 8f845cc6fb
2 changed files with 11 additions and 9 deletions

View File

@@ -1,11 +1,13 @@
<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>
@@ -13,7 +15,7 @@
<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">
@@ -136,9 +138,9 @@
</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>

View File

@@ -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>
@@ -23,7 +23,7 @@
<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>