git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6560 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2009-06-16 09:41:02 +00:00
parent 7ed77e1392
commit 8e5eb37e53
2 changed files with 6 additions and 2 deletions

View file

@ -164,3 +164,7 @@ dl.changeset dd span.source { color:#4F86B0; }
dl.changeset dd span.target { color:#4F86B0; font-weight:bold; }
dl.changeset dd span.key { color:#888888; font-weight:bold; }
div.search { float:right; }
.diff .deleted { background: #FFDDDD none; }
.diff .added { background: #DDFFDD none; }