From: Sarven Capadisli Date: Mon, 1 Feb 2010 19:32:18 +0000 (+0100) Subject: Prevents app statistic text from wrapping around avatar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d40e72becaa7b0b1a51de8edb634d2ed5a953875;p=quix0rs-gnu-social.git Prevents app statistic text from wrapping around avatar --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 0d6395d057..2240e42afc 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -632,7 +632,8 @@ margin-bottom:18px; .entity_profile .entity_url, .entity_profile .entity_note, .entity_profile .entity_tags, -.entity_profile .entity_aliases { +.entity_profile .entity_aliases, +.entity_profile .entity_statistics { margin-left:113px; margin-bottom:4px; }