diff options
author | friendica <info@friendica.com> | 2014-06-22 22:16:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-22 22:16:26 -0700 |
commit | c4c1c37bd3388cf2be3f57bc29492e73644bc4ec (patch) | |
tree | 4870a148b2a257b8f32d867960c434008016f6c0 /view/theme | |
parent | 535aa28526177c0a4acffc3b4f9b5c17119ad8f5 (diff) | |
download | volse-hubzilla-c4c1c37bd3388cf2be3f57bc29492e73644bc4ec.tar.gz volse-hubzilla-c4c1c37bd3388cf2be3f57bc29492e73644bc4ec.tar.bz2 volse-hubzilla-c4c1c37bd3388cf2be3f57bc29492e73644bc4ec.zip |
profile likes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 59586fb59..589a48192 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -372,6 +372,14 @@ aside li { margin-top: 10px; } +#profile-like { + margin-left: 15px; +} + +#profile-like-wrapper { + margin-bottom: 15px; +} + .fn { padding: 0px 0px 5px 0px; |