##// END OF EJS Templates
Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository)....
Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository). git-svn-id: http://redmine.rubyforge.org/svn/trunk@528 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r416:f7d514125165
r525:75582f80f855
Show More
scm.css
36 lines | 515 B | text/css | LassoCssLexer
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416
div.action_M { background: #fd8 }
div.action_D { background: #f88 }
div.action_A { background: #bfb }
tr.spacing {
border: 1px solid #d7d7d7;
}
.line-num {
border: 1px solid #d7d7d7;
font-size: 0.8em;
text-align: right;
width: 3em;
padding-right: 3px;
}
.line-code {
font-family: "Courier New", monospace;
font-size: 1em;
}
table.list thead th.list-filename {
background-color: #ddc;
font-weight: bolder;
text-align: left;
}
.diff_out{
background: #fdd;
}
.diff_in{
background: #dfd;
}