mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
rename padded/padding, inset/margin
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<h1 class="title">Modals</h1>
|
||||
</header>
|
||||
|
||||
<main class="content padded has-header">
|
||||
<main class="content padding has-header">
|
||||
<a href="#" class="button button-warning" id="modal-opener">Open Modal</a>
|
||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||
</main>
|
||||
@@ -29,7 +29,7 @@
|
||||
<a href="#" class="button" id="modal-closer">Close</a>
|
||||
</header>
|
||||
|
||||
<main class="content padded has-header">
|
||||
<main class="content padding has-header">
|
||||
<h2>I'm a thing</h2>
|
||||
<div style="background-color: blue; width: 100%; height: 1000px"></div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user