[FEATURE] Center site

This commit is contained in:
Ben Stein-Lobovits
2014-07-08 11:38:12 -07:00
parent 488852c1cd
commit be75aec7cd
2 changed files with 28 additions and 1 deletions

View File

@@ -1 +1,27 @@
/* Additional Styling */
.header .left {
float: none;
max-width: 1024px;
margin: auto;
}
.header-subnav-wrapper {
background: #f3f6fb;
border-bottom: solid 1px #dfe2e7;
}
.header-subnav {
max-width: 1024px;
margin: auto;
border-bottom: none !important;
}
.content-root {
max-width: 1024px;
margin: auto;
}
.menubar.fixed {
left: 23%;
}