Jean-Philippe Lang 5e20417e6d Added wiki diff.
Diff can be viewed from the page history, or directly from the project activity page for each edit.
Uses Lars Christensen's diff library.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@583 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-07-14 11:25:03 +00:00

29 lines
448 B
CSS

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;
}