Fix a very old rendering bug. Now application names should be rendered
with the same (black) color in the whole doc/ set.
This commit is contained in:
parent
2cda58ccbf
commit
b62f91718c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30003
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ HTML {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BODY P B.APPLICATION {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.FILENAME {
|
.FILENAME {
|
||||||
color: #007a00;
|
color: #007a00;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue