add some '@media handheld' types for dispys

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-11 10:24:49 -04:00
parent 62fe48f064
commit fa0cb8514d
2 changed files with 14 additions and 1 deletions

View File

@ -42,7 +42,7 @@ html {
}
body {
margin: 0;
font-size: 16px;
font-size: 12pt;
line-height: 1.1em;
}
body, button, input, select, textarea {
@ -2638,3 +2638,9 @@ footer {
display: inline-block;
}
@media handheld {
body {
font-size: 15pt;
}
}

View File

@ -2643,3 +2643,10 @@ footer {
display: inline-block;
}
@media handheld {
body {
font-size: 15pt;
}
}