Prevents app statistic text from wrapping around avatar

This commit is contained in:
Sarven Capadisli 2010-02-01 20:32:18 +01:00
parent 0e49b3525d
commit d40e72beca
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}