From: Andy Allan Date: Wed, 17 Nov 2021 18:10:11 +0000 (+0000) Subject: Remove some unused thumbnail rules X-Git-Tag: live~1938^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8249b41a831d0ac62f6f340a11ef5d166168c957 Remove some unused thumbnail rules These are all done with flex grids now, so no need to float the image anywhere --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1562b3fca..e2c66190c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1082,10 +1082,6 @@ tr.turn:hover { &.deleted { background-color: #fee; } - - img.user_thumbnail { - float: left; - } } /* 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 */ #login_auth_buttons {