blob: 0f108e04605374db6068746b08d2ddb37c91bbb1 [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001
2/* =============================================================================
3 Columns
4 ========================================================================== */
Scott Main9332a452012-08-06 18:54:18 -07005/* Applied to body to debug layout alignments
Scott Maine4d8f1b2012-06-21 18:03:05 -07006.grid {
7 width:100%;
8 height:100%;
9 background:url(../images/grid.png) center repeat-y;
10 top:0px;
11 margin:auto;
12 position:absolute;
13}
Scott Main9332a452012-08-06 18:54:18 -070014*/
Scott Maine4d8f1b2012-06-21 18:03:05 -070015
16@media screen, projection, print {
Dirk Dougherty29e93432015-05-05 18:17:13 -070017 .wrap {
18 max-width: none;
19 }
Scott Maine4d8f1b2012-06-21 18:03:05 -070020}