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:
Marc Fonvieille 2007-04-12 16:10:21 +00:00
parent 2cda58ccbf
commit b62f91718c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30003

View file

@ -122,6 +122,10 @@ HTML {
padding: 0;
}
BODY P B.APPLICATION {
color: #000000;
}
.FILENAME {
color: #007a00;
}