diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 12:41:08 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 12:41:08 -0800 |
commit | 61aa33af1d30f047af709d7f513357e62c8307c3 (patch) | |
tree | 8ab7dc6080731e9066d1be954b0364486411647d /view/css | |
parent | d8dc055dce302f7a32df79db1152c98e7f173503 (diff) | |
parent | ce686d2c06a19a52015768977e96a76285b40ea5 (diff) | |
download | volse-hubzilla-61aa33af1d30f047af709d7f513357e62c8307c3.tar.gz volse-hubzilla-61aa33af1d30f047af709d7f513357e62c8307c3.tar.bz2 volse-hubzilla-61aa33af1d30f047af709d7f513357e62c8307c3.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index 1346eecd5..843d1274c 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -25,6 +25,10 @@ margin: 15px; } +#prvmail-text { + height: 20.0em; +} + .mail-conv-outside-wrapper { margin-bottom: 20px; } |