cleaned up imagery and it is looking clean

This commit is contained in:
Ken Johnson
2013-04-24 17:13:00 -04:00
parent c5c566e60a
commit 5cf90ded71
3 changed files with 6 additions and 5 deletions
+4 -2
View File
@@ -19,8 +19,10 @@
<body>
<%= render "layouts/shared/header" %>
<%= render "layouts/shared/sidebar" %>
<div class="dashboard-wrapper">
<%= yield %>
<div class="container-fluid">
<div class="dashboard-wrapper">
<%= yield %>
</div>
</div>
<%= render "layouts/shared/footer" %>
</body>