mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
css test fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user