diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 15:30:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 15:30:47 +0000 |
commit | 42570c442616993050d3f88777801a40066b5239 (patch) | |
tree | a3300b0f60a64b261b08ca2750607c447b41aca5 /public/stylesheets/scm.css | |
parent | e4518af32a00d1b28e0a2536679d9dc1b645802f (diff) | |
download | redmine-42570c442616993050d3f88777801a40066b5239.tar.gz redmine-42570c442616993050d3f88777801a40066b5239.zip |
Slight changes to syntax highlightment styles.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10132 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/scm.css')
-rw-r--r-- | public/stylesheets/scm.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 603cac03c..a8db47687 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -34,13 +34,13 @@ li.change .copied-from:before { content: " - "} #changes-legend { float: right; font-size: 0.8em; margin: 0; } #changes-legend li { float: left; background-position: 5px 0; } -table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; } -table.filecontent th { border: 1px solid #ccc; background-color: #eee; } +table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; } +table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; } table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;} table.filecontent tr.spacing th { text-align:center; } table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} table.filecontent th.line-num { - border: 1px solid #d7d7d7; + border: 1px solid #e2e2e2; font-size: 0.8em; text-align: right; width: 2%; |