Difference between revisions of "Template:Washington"
Line 39: | Line 39: | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
#mainContainer { | #mainContainer { | ||
− | width: auto; | + | width: 980px; |
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
overflow: hidden; | overflow: hidden; | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 50: | Line 52: | ||
#menuContainer { | #menuContainer { | ||
float: left; | float: left; | ||
− | width: | + | width: 980px; |
background-color: #e8e3d3; | background-color: #e8e3d3; | ||
height: 40px; | height: 40px; | ||
Line 60: | Line 62: | ||
#contentContainer { | #contentContainer { | ||
background-color: #EEEDEA; | background-color: #EEEDEA; | ||
− | width: | + | width: 980px; |
− | + | float: left; | |
− | float: | + | |
padding: 10px; | padding: 10px; | ||
} | } | ||
Line 76: | Line 77: | ||
#wrapper{ | #wrapper{ | ||
− | width: | + | width: 960px; |
margin:0 auto: | margin:0 auto: | ||
− | text-align: | + | text-align:left; |
} | } | ||
Revision as of 03:55, 7 September 2015