Use nicer colors for viewing patches in GNATS
Submitted by: John Marino <john@marino.st> Approved by: bcr (mentor)
This commit is contained in:
parent
0858389f07
commit
e81e92ecf1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41511
1 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ td {
|
|||
|
||||
.patchblock {
|
||||
border: 1px solid #999999;
|
||||
background-color: #EFEFBB;
|
||||
background-color: #F8F8E8;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 675px;
|
||||
|
@ -149,8 +149,8 @@ td {
|
|||
.quote0 { color: #DD0000; }
|
||||
.quote1 { color: #0000DD; }
|
||||
|
||||
.patch_plusline { color: #FF0000; }
|
||||
.patch_minusline { color: #0000FF; }
|
||||
.patch_plusline { color: #006020; }
|
||||
.patch_minusline { color: #C00000; }
|
||||
.patch_contextline { color: #00AA00; }
|
||||
.patch_revinfo { font-weight: bold; }
|
||||
.patch_hunkinfo { font-weight: bold; }
|
||||
|
|
Loading…
Reference in a new issue