From 8249b41a831d0ac62f6f340a11ef5d166168c957 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 17 Nov 2021 18:10:11 +0000 Subject: [PATCH] Remove some unused thumbnail rules These are all done with flex grids now, so no need to float the image anywhere --- app/assets/stylesheets/common.scss | 8 -------- 1 file changed, 8 deletions(-) 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 { -- 2.43.2