diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-11 19:27:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-11 19:27:33 +0000 |
commit | 5d7edf3393c2528b4d47af02b9e28f57223658a0 (patch) | |
tree | 45d9f7f31827fcd0896687db039247fee922316e | |
parent | 5da010a481040d7615f71db848ff733ef90c0f89 (diff) | |
download | redmine-5d7edf3393c2528b4d47af02b9e28f57223658a0.tar.gz redmine-5d7edf3393c2528b4d47af02b9e28f57223658a0.zip |
Fix max width and adds a top margin (#22058).
git-svn-id: http://svn.redmine.org/redmine/trunk@15327 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/scm.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |