Remove some unused thumbnail rules

These are all done with flex grids now, so no need to float the image anywhere
This commit is contained in:
Andy Allan 2021-11-17 18:10:11 +00:00
parent cb68450ac7
commit 8249b41a83

View file

@ -1082,10 +1082,6 @@ tr.turn:hover {
&.deleted { &.deleted {
background-color: #fee; background-color: #fee;
} }
img.user_thumbnail {
float: left;
}
} }
/* Rules for the diary entry page */ /* Rules for the diary entry page */
@ -1121,10 +1117,6 @@ tr.turn:hover {
} }
} }
.diary_entries-show img.user_thumbnail {
float: left;
}
/* Rules for the log in page */ /* Rules for the log in page */
#login_auth_buttons { #login_auth_buttons {