diff options
author | friendica <info@friendica.com> | 2012-03-11 17:09:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-11 17:09:07 -0700 |
commit | 1401f763eca776052e97c4d270b33f8c4e1c6e4c (patch) | |
tree | 77d922093d35d329b513f84696b3a87a9403a098 /view/theme/dispy | |
parent | d9bee73edfc4c73a25d3b674f6d5caf09f1a8e66 (diff) | |
parent | 1dad15a021cc5d03f4238ab77ff051fc0ca1e35e (diff) | |
download | volse-hubzilla-1401f763eca776052e97c4d270b33f8c4e1c6e4c.tar.gz volse-hubzilla-1401f763eca776052e97c4d270b33f8c4e1c6e4c.tar.bz2 volse-hubzilla-1401f763eca776052e97c4d270b33f8c4e1c6e4c.zip |
Merge branch 'pull'
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; + } +} + |