summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-09 19:15:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-09 19:15:40 +0000
commit53b570398132d41202e75ce9dd3f6bb36dc2981e (patch)
treeab937cc954c0149d2fe0b5f85c903518eaba0caf /public
parentefe790a8d3ca2688e5ad639e7166b5f77adb7335 (diff)
downloadredmine-53b570398132d41202e75ce9dd3f6bb36dc2981e.tar.gz
redmine-53b570398132d41202e75ce9dd3f6bb36dc2981e.zip
Slight changes to diff view and style.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1523 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/scm.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css
index d1495a5ef..d5a879bf1 100644
--- a/public/stylesheets/scm.css
+++ b/public/stylesheets/scm.css
@@ -1,14 +1,16 @@
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 td { border: 1px solid #d7d7d7; height: 0.4em; }
+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;
font-size: 0.8em;
text-align: right;
width: 2%;
padding-right: 3px;
+ color: #999;
}
table.filecontent td.line-code pre {
white-space: pre-wrap; /* CSS2.1 compliant */