diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-30 23:38:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-30 23:38:25 +0200 |
commit | 36fe2ac87e961e9d2234e678f1138ec418c0d889 (patch) | |
tree | 24096ade7fa411acc0d8fa16b1ab31bf5751ec09 /view/css | |
parent | 026787fc73cb76975b55425cdec9b6701a097935 (diff) | |
download | volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.tar.gz volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.tar.bz2 volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.zip |
css fix
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_profile.css | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/view/css/mod_profile.css b/view/css/mod_profile.css index e1ceae7f7..35016d10b 100644 --- a/view/css/mod_profile.css +++ b/view/css/mod_profile.css @@ -1,16 +1,7 @@ -.aprofile dt { - font-weight: bold; -} - .profile-thing-list { list-style-type: none; } -.profile-thing-list img { - margin-bottom: 5px; +.profile-thing-img { + margin: 7px 0px; } - -.profile-thing-list > li { - margin-bottom: 15px; -} - |