Float user image to right correctly on per-user diary listing page
This commit is contained in:
parent
dcb25f0c07
commit
0d34f27fd5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue