diff options
author | Go MAEDA <maeda@farend.jp> | 2018-04-27 09:14:36 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-04-27 09:14:36 +0000 |
commit | b1781507617d9386c8545a28941fac163afd50fa (patch) | |
tree | b3d2d5ef8fb427b99f50861bb092363fc78ee24f /public/stylesheets | |
parent | 087067678eef6655fac3a33e0fa695f69915acc2 (diff) | |
download | redmine-b1781507617d9386c8545a28941fac163afd50fa.tar.gz redmine-b1781507617d9386c8545a28941fac163afd50fa.zip |
Show renames in diff preview (#28295).
Patch by Gregor Schmidt.
git-svn-id: http://svn.redmine.org/redmine/trunk@17313 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/scm.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 946b85ed5..b582d04e5 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -73,6 +73,10 @@ table.filecontent tr:target td.line-code { background-color:#DDEEFF; } img.filecontent { max-width: 100%; } +.previous-filename { + font-weight: normal; +} + /* 12 different colors for the annonate view */ table.annotate tr.bloc-0 td.author {border-right-color: #FFFFBF;} table.annotate tr.bloc-1 td.author {border-right-color: #EABFFF;} |