diff options
| author | Marc Fonvieille <blackend@FreeBSD.org> | 2007-04-12 16:10:21 +0000 |
|---|---|---|
| committer | Marc Fonvieille <blackend@FreeBSD.org> | 2007-04-12 16:10:21 +0000 |
| commit | b62f91718c4f1b04677eeb1874fec91b0e69e206 (patch) | |
| tree | e3f0faefb3563ac173891bc7aeadf62a14d3a7b1 /share/misc/docbook.css | |
| parent | 2cda58ccbfedab303a9558aa39d4c919923c492d (diff) | |
Fix a very old rendering bug. Now application names should be rendered
with the same (black) color in the whole doc/ set.
Notes
svn path=/head/; revision=30003
Diffstat (limited to 'share/misc/docbook.css')
| -rw-r--r-- | share/misc/docbook.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/misc/docbook.css b/share/misc/docbook.css index 1220b3c3da..8580df8ea7 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -122,6 +122,10 @@ HTML { padding: 0; } +BODY P B.APPLICATION { + color: #000000; +} + .FILENAME { color: #007a00; } |
