Float user image to right correctly on per-user diary listing page

This commit is contained in:
Alex Barth 2012-08-24 23:16:19 -04:00 committed by Tom Hughes
parent dcb25f0c07
commit 0d34f27fd5
2 changed files with 2 additions and 2 deletions

View file

@ -148,7 +148,7 @@ html body {
/* Rules for the diary list */
.diary_entry_list img.user_thumbnail {
.diary_entry_list img.user_image {
float: right;
}

View file

@ -148,7 +148,7 @@ html body {
/* Rules for the diary list */
.diary_entry_list img.user_thumbnail {
.diary_entry_list img.user_image {
float: left;
}