From 5d7edf3393c2528b4d47af02b9e28f57223658a0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Apr 2016 19:27:33 +0000 Subject: [PATCH] Fix max width and adds a top margin (#22058). git-svn-id: http://svn.redmine.org/redmine/trunk@15327 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/scm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 135f80e05..f1c65f931 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -67,7 +67,7 @@ table.filecontent td.line-code pre { table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; } table.filecontent tr:target td.line-code { background-color:#DDEEFF; } -img.filecontent.image { max-width: 100%; } +img.filecontent { max-width: 100%; margin-top: 1em;} /* 12 different colors for the annonate view */ table.annotate tr.bloc-0 {background: #FFFFBF;} -- 2.39.5