rename padded/padding, inset/margin

This commit is contained in:
Adam Bradley
2013-10-15 15:08:41 -05:00
parent 1828379217
commit d9543e56c8
34 changed files with 203 additions and 163 deletions

View File

@@ -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>