diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index bba2b7d..cfb47ae 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -433,3 +433,9 @@ a.notblue { display: block; background-color: #DBFFDB; } + +.comment_body .comment_text img { + max-width: 100%; + border: 5px solid #fff; + box-shadow: 0 0 5px #999; +}