MobileBlur

handheld.css at [5e6e1e2c0a]
Login

File applications/mobileblur/static/css/handheld.css artifact 721460498f part of check-in 5e6e1e2c0a



* {
  float: none;       /* Screens are not big enough to account for floats */
  font-size: 80%;    /* Slightly reducing font size to reduce need to scroll */ 
  background: #fff;  /*  As much contrast as possible */
  color: #000;
}