summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-sdk-dev/assets/css/fullscreen.css
blob: 0f108e04605374db6068746b08d2ddb37c91bbb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/* =============================================================================
   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;
  }
}