From 4797ea142e94671a4be39f41e2b9eb8748a8b816 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 29 2016 08:31:22 +0000 Subject: made the image fit properly in comment body also added a bit of outline styling to make it pretty --- 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; +}