diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 70cd5fa..d020f0b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1268,8 +1268,8 @@ a.comment-picture { } .comment-replies .comment-picture img { - width: 32px; - height: 32px; + max-width: 32px; + max-height: 32px; } .article-comment .comment-replies .button-bar { @@ -2091,8 +2091,8 @@ input.disabled { .common-profile-list-block img { border: none; - width: 50px; - height: 50px; + max-width: 50px; + max-height: 50px; } .box-2 .common-profile-list-block span, @@ -5554,8 +5554,8 @@ h1#agenda-title { padding: 1px; border: 1px solid #ccc; margin: 4px 3px 0 0; - width: 20px; - height: 20px; + max-width: 20px; + max-height: 20px; } .profile-wall-image { @@ -5583,8 +5583,8 @@ h1#agenda-title { #profile-network .upload_image .profile-network-text span img, #profile-activity .upload_image .profile-activity-text span img { - width: auto; - height: auto; + max-width: none; + max-height: none; } #profile-network .upload_image .profile-network-text img, -- libgit2 0.21.2