/*
 * layout-mobile.css
 */

BODY {
          text-size-adjust:           none;
  -webkit-text-size-adjust:           none;
     -moz-text-size-adjust:           none;
      -ms-text-size-adjust:           none;
      max-height:                1000000px; /* work around Android font boosting bug */
}


 
MAIN UL.twocolumn {
  /* Lists marked two-column do not receive any special styling on mobile */
}

/* vim: set ts=2 sw=2 tw=0 et ai: */
