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/dispy | |
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/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; + } +} + |