diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-08 22:41:13 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-08 22:41:13 +0200 |
commit | 167e397706728b0948e6238fe3db3d292fa0c360 (patch) | |
tree | 28670456faaf8c994471c123d2d794b45a35132e /view/css | |
parent | abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f (diff) | |
download | volse-hubzilla-167e397706728b0948e6238fe3db3d292fa0c360.tar.gz volse-hubzilla-167e397706728b0948e6238fe3db3d292fa0c360.tar.bz2 volse-hubzilla-167e397706728b0948e6238fe3db3d292fa0c360.zip |
Trying to make the conversation better readable
by adding borders and adding more space between the threads. If you
don’t like it feel free to revert it.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 281f65683..829630c55 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -57,7 +57,7 @@ /* conversation */ .thread-wrapper.toplevel_item { - margin-bottom: 10px; + margin-bottom: 20px; } /* conv_item */ |