]> git.openstreetmap.org Git - rails.git/commitdiff
Remove some unused thumbnail rules
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Nov 2021 18:10:11 +0000 (18:10 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Nov 2021 12:24:16 +0000 (12:24 +0000)
These are all done with flex grids now, so no need to float the image anywhere

app/assets/stylesheets/common.scss

index 1562b3fcabc068518b0ce31114934f5a43802e35..e2c66190c605c599983d525b399b1a98c8e1cf41 100644 (file)
@@ -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 {