diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index dae2a30747..6b515300bf 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -413,8 +413,10 @@ padding:2px 4px 1px 26px; margin-bottom:18px; } -.entity_actions li { list-style: none !important; } +.entity_actions li { list-style: none !important; } -.entity_subscribe a { -content:'Add to your friends'; +.entity_actions ul { margin: 0; padding: 0; } + +.entity_subscribe a:after { +content:' — add to your friends'; } \ No newline at end of file