Float the user image right in the global diary list
This commit is contained in:
parent
ec4ef1ad2b
commit
6358f8190d
2 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue