sharieswebsite/site/css/handheld.css
Yann Esposito (Yogsototh) a443134757 Initialization
2011-04-04 16:09:11 +02:00

8 lines
No EOL
238 B
CSS

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