diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 12:13:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 12:13:15 +0200 |
commit | adfb4072e80695a253a9a92da2b1ebbdbc7f18bf (patch) | |
tree | 9072d4fb0619320f20c451c4d666a43e50308a86 /view/theme/redbasic/schema | |
parent | 2d0d5876ba28df6cb923965bfc9984462b9c9d44 (diff) | |
download | volse-hubzilla-adfb4072e80695a253a9a92da2b1ebbdbc7f18bf.tar.gz volse-hubzilla-adfb4072e80695a253a9a92da2b1ebbdbc7f18bf.tar.bz2 volse-hubzilla-adfb4072e80695a253a9a92da2b1ebbdbc7f18bf.zip |
various css fixes
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/focus.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/schema/focus.css b/view/theme/redbasic/schema/focus.css index 8d945a83e..3d64b8a7d 100644 --- a/view/theme/redbasic/schema/focus.css +++ b/view/theme/redbasic/schema/focus.css @@ -21,7 +21,6 @@ } .wall-item-conv { - margin-bottom: 10px; - margin-top: 10px; - margin-left: 10px; + padding-top: 10px; + padding-left: 10px; } |