summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-02-01 20:32:18 +0100
committerSarven Capadisli <csarven@status.net>2010-02-01 20:32:18 +0100
commitd40e72becaa7b0b1a51de8edb634d2ed5a953875 (patch)
tree23be33e929ec1eaafd53888f4158f7949367f7e8 /theme
parent0e49b3525d81a62a21e94e656c0ee5f2d38409eb (diff)
Prevents app statistic text from wrapping around avatar
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css3
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;
}