Add content wrapper (fixes #1532)

This commit is contained in:
John Firebaugh
2013-05-29 11:00:07 -07:00
parent a97e61803c
commit 22342808b5
2 changed files with 17 additions and 8 deletions
+6
View File
@@ -33,6 +33,12 @@ body {
min-width: 768px;
}
#content {
position: relative;
overflow: hidden;
height: 100%;
}
.limiter {
position: relative;
max-width: 1200px;