diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 10:24:49 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 10:24:49 -0400 |
commit | fa0cb8514da3935d7780a70a38cf33b3096a914c (patch) | |
tree | bcd5c46fa96a74120a25e2ee31022ee9905ccf7d /view/theme | |
parent | 62fe48f064127e39e705a1970e5715b7a0631f9f (diff) | |
download | volse-hubzilla-fa0cb8514da3935d7780a70a38cf33b3096a914c.tar.gz volse-hubzilla-fa0cb8514da3935d7780a70a38cf33b3096a914c.tar.bz2 volse-hubzilla-fa0cb8514da3935d7780a70a38cf33b3096a914c.zip |
add some '@media handheld' types for dispys
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy-dark/style.css | 8 | ||||
-rw-r--r-- | view/theme/dispy/style.css | 7 |
2 files changed, 14 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 5a07218bf..8e59b151d 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -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; + } +} diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 1bee0396c..8081bfc28 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -2643,3 +2643,10 @@ footer { display: inline-block; } + +@media handheld { + body { + font-size: 15pt; + } +} + |