1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Fix max width and adds a top margin (#22058).

git-svn-id: http://svn.redmine.org/redmine/trunk@15327 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-11 19:27:33 +00:00
parent 5da010a481
commit 5d7edf3393

View 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;}