Revert r41511 by request.

This commit is contained in:
Eitan Adler 2013-04-29 13:46:19 +00:00
parent 0364cdbd4a
commit f7858cc8fc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41515

View file

@ -89,7 +89,7 @@ td {
.patchblock {
border: 1px solid #999999;
background-color: #F8F8E8;
background-color: #EFEFBB;
margin-left: auto;
margin-right: auto;
max-width: 675px;
@ -149,8 +149,8 @@ td {
.quote0 { color: #DD0000; }
.quote1 { color: #0000DD; }
.patch_plusline { color: #006020; }
.patch_minusline { color: #C00000; }
.patch_plusline { color: #FF0000; }
.patch_minusline { color: #0000FF; }
.patch_contextline { color: #00AA00; }
.patch_revinfo { font-weight: bold; }
.patch_hunkinfo { font-weight: bold; }