diff options
author | wisberg <wisberg> | 2006-08-03 16:52:54 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2006-08-03 16:52:54 +0000 |
commit | e28d7fd48bd913ccfac3976623bf98a3752e116e (patch) | |
tree | 23325fcc741e542db8d10a21f83507fb6ebdf866 /docs/progGuideDB | |
parent | af722d0d6afc76147663ada3fe398a46e21fb90e (diff) | |
download | aspectj-e28d7fd48bd913ccfac3976623bf98a3752e116e.tar.gz aspectj-e28d7fd48bd913ccfac3976623bf98a3752e116e.zip |
bug 149577 (darker tt tag color in .css)
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r-- | docs/progGuideDB/aspectj-docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/progGuideDB/aspectj-docs.css b/docs/progGuideDB/aspectj-docs.css index 9be5a3954..9c2f5d4fc 100644 --- a/docs/progGuideDB/aspectj-docs.css +++ b/docs/progGuideDB/aspectj-docs.css @@ -29,7 +29,7 @@ h3 { tt { font-size: 120%; - color: #0080C0; + color: #00AAF0; } tt tt { |