Dashboard wrapper div

This commit is contained in:
Scott Schneider 2014-02-04 10:21:43 -08:00
parent 1003afaf00
commit 66e16ac416
2 changed files with 7 additions and 1 deletions

View file

@ -1,11 +1,15 @@
body,
#content {
margin-top: 20px;
width: 960px;
margin-left: auto;
margin-right: auto;
}
#wrap {
margin-left: 1%;
margin-right: 1%;
}
#header {
border-bottom: solid 1px #888;
margin-bottom: 20px;

View file

@ -13,6 +13,7 @@
<body>
<div id='wrap'>
<div id='content'>
<div id='header'>
@ -22,6 +23,7 @@
<%= yield %>
</div>
</div>
</body>