Float the user image right in the global diary list

This commit is contained in:
Tom Hughes 2012-09-06 22:03:15 +01:00
parent ec4ef1ad2b
commit 6358f8190d
2 changed files with 8 additions and 0 deletions

View file

@ -152,6 +152,10 @@ html body {
float: right;
}
.diary_entry-list img.user_thumbnail {
float: right;
}
/* Rules for the diary entry view */
.diary_entry-view img.user_image {

View file

@ -152,6 +152,10 @@ html body {
float: left;
}
.diary_entry-list img.user_thumnbail {
float: left;
}
/* Rules for the diary entry view */
.diary_entry-view img.user_image {