From 42570c442616993050d3f88777801a40066b5239 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 29 Jul 2012 15:30:47 +0000 Subject: Slight changes to syntax highlightment styles. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10132 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/scm.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/stylesheets/scm.css') 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%; -- cgit v1.2.3