docs(demos): clean up some of the demo markup

references #5311
This commit is contained in:
Brandy Carney
2016-02-02 22:00:48 -05:00
parent 8eade68809
commit 6e0a0a7ec8
2 changed files with 7 additions and 8 deletions

View File

@ -3,29 +3,28 @@
<ion-title>Buttons</ion-title> <ion-title>Buttons</ion-title>
</ion-toolbar> </ion-toolbar>
<ion-content padding style="text-align:center"> <ion-content text-center>
<h4>Colors</h4> <h4>Colors</h4>
<p> <p>
<button block>Default</button> <button>Default</button>
</p> </p>
<p> <p>
<button secondary block>Secondary</button> <button secondary>Secondary</button>
</p> </p>
<p> <p>
<button danger block>Danger</button> <button danger>Danger</button>
</p> </p>
<p> <p>
<button light block>Light</button> <button light>Light</button>
</p> </p>
<p> <p>
<button dark block>Dark</button> <button dark>Dark</button>
</p> </p>
<h4>Shapes</h4> <h4>Shapes</h4>

View File

@ -50,7 +50,7 @@
})</pre> })</pre>
<div padding> <div padding>
<button block light (click)="push()"> <button block secondary (click)="push()">
Go to Another Page Go to Another Page
</button> </button>
</div> </div>