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

@ -100,7 +100,7 @@
<h1 class="title">New Task</h1>
<button class="button button-clear button-primary" ng-click="close()">Done</button>
</header>
<main class="content padded has-header">
<main class="content padding has-header">
<input type="text" placeholder="I need to do this...">
</main>
</div>