diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 22:23:51 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 22:23:51 -0700 |
commit | 9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (patch) | |
tree | 51cb4f8038b5cf7c0776f75e287dc0d0131d38b1 /views/dashboard.php | |
parent | a3701e1e4f248ddb2e9fda275e55febecadc32cc (diff) |
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
Diffstat (limited to 'views/dashboard.php')
-rw-r--r-- | views/dashboard.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/dashboard.php b/views/dashboard.php index 120d0bf..ff3d897 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -1,6 +1,7 @@ + <div class="narrow"> + <?= partial('partials/header') ?> - <div style="max-width: 700px; margin: 0 auto;"> - <form role="form"> + <form role="form" style="margin-top: 20px;"> <div class="form-group"> <label for="note_content"><code>content</code></label> |