mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Tweaked to use ionicon test from ben.
This commit is contained in:
@ -5,8 +5,7 @@
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link href="../dist/ionicons.css" rel="stylesheet">
|
||||
<link href="../dist/ionic.css" rel="stylesheet">
|
||||
<link href="../dist/ionicIcons.css" rel="stylesheet">
|
||||
<style>
|
||||
.bar {
|
||||
position: relative;
|
||||
@ -26,7 +25,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="bar bar-header bar-default">
|
||||
<a href="#" class="button button-primary button-clear">Edit</a>
|
||||
<a href="#" class="button button-primary button-clear"><i class="icon-star-filled"></i> Edit</a>
|
||||
<h2 class="title">Ionic</h2>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user