diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 10:29:12 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 10:29:12 -0400 |
commit | 258a8c0871083791eb5ec1d5f13b03e67248392d (patch) | |
tree | 422f09ee8b7b05ac876c080905e367cb2f9999be | |
parent | 467aa66d375eb2a6c626f4b3033dc3b552046a4a (diff) | |
download | volse-hubzilla-258a8c0871083791eb5ec1d5f13b03e67248392d.tar.gz volse-hubzilla-258a8c0871083791eb5ec1d5f13b03e67248392d.tar.bz2 volse-hubzilla-258a8c0871083791eb5ec1d5f13b03e67248392d.zip |
screwed up on the font-size for screen last push
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rw-r--r-- | view/theme/dispy-dark/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 8e59b151d..805749b1c 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: 12pt; + font-size: 16px; line-height: 1.1em; } body, button, input, select, textarea { |