diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-02 19:18:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-02 19:18:17 +0000 |
commit | 36162c6cf2615485cd5e9bf314cba2920943ce75 (patch) | |
tree | 55cce7c6b1183a9334bc860909f3428b08683a9b /public | |
parent | 870e8654b4dd6d36f816343f20d2fa603331efb6 (diff) | |
download | redmine-36162c6cf2615485cd5e9bf314cba2920943ce75.tar.gz redmine-36162c6cf2615485cd5e9bf314cba2920943ce75.zip |
Diff: adds some space between 2 changes in the same file and reduces html size.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1486 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-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 66847af8c..d1495a5ef 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -2,7 +2,7 @@ table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; } table.filecontent th { border: 1px solid #ccc; background-color: #eee; } table.filecontent th.filename { background-color: #ddc; text-align: left; } -table.filecontent tr.spacing { border: 1px solid #d7d7d7; } +table.filecontent tr.spacing td { border: 1px solid #d7d7d7; height: 0.4em; } table.filecontent th.line-num { border: 1px solid #d7d7d7; font-size: 0.8em; |