21 lines
439 B
CSS
21 lines
439 B
CSS
|
|
/* =============================================================================
|
|
Columns
|
|
========================================================================== */
|
|
/* Applied to body to debug layout alignments
|
|
.grid {
|
|
width:100%;
|
|
height:100%;
|
|
background:url(../images/grid.png) center repeat-y;
|
|
top:0px;
|
|
margin:auto;
|
|
position:absolute;
|
|
}
|
|
*/
|
|
|
|
@media screen, projection, print {
|
|
.wrap {
|
|
max-width: none;
|
|
}
|
|
}
|