]> source.dussan.org Git - redmine.git/commitdiff
Fix max width and adds a top margin (#22058).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 11 Apr 2016 19:27:33 +0000 (19:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 11 Apr 2016 19:27:33 +0000 (19:27 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15327 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/scm.css

index 135f80e0591df790f88f3499cd1cdf991293b5d5..f1c65f931b8c0a6df65e9930b496c397f9e18ea3 100644 (file)
@@ -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;}