diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-01 20:32:18 +0100 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-05 03:18:43 +0000 |
commit | 8a0a89196043bc12e1fafea6d4638db5e61a181a (patch) | |
tree | d029045c75399ae31d675c19a68d088cb062ec85 /theme/base/css | |
parent | 52397f14741463cd518512e2f024b3ea7e18e136 (diff) |
Prevents app statistic text from wrapping around avatar
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 0d6395d05..2240e42af 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; } |