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 {