Difference between revisions of "Template:Northeastern Boston/CSS"
Line 23: | Line 23: | ||
overflow-x: hidden; | overflow-x: hidden; | ||
} | } | ||
+ | |||
+ | /* Width and height settings */ | ||
+ | |||
+ | #globalWrapper { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
/* Fixing previously installed css -_- */ | /* Fixing previously installed css -_- */ | ||
Line 59: | Line 75: | ||
height: 100%; | height: 100%; | ||
clear: both; | clear: both; | ||
+ | display: flex; | ||
} | } | ||
Line 70: | Line 87: | ||
.content { | .content { | ||
float: left; | float: left; | ||
+ | width: 100%; | ||
min-height: 100%; | min-height: 100%; | ||
margin-left: 17rem; | margin-left: 17rem; |
Revision as of 03:57, 30 August 2015