From 0b26b542c9618fa1c93d451e453a302ef0f7a951 Mon Sep 17 00:00:00 2001 From: ivo Date: Fri, 28 Mar 2008 16:54:43 +0100 Subject: [PATCH] change color of generated by... line --- default2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default2.css b/default2.css index 93ecdaf..eb2dcdb 100644 --- a/default2.css +++ b/default2.css @@ -110,17 +110,17 @@ td.topleft { text-align: center; padding: 16px; margin: 0px; - color: #808080; + color: #b0b0b0; font-size: 6pt; font-family: Sans-serif; } td.topleft a { - color: #808080; + color: #b0b0b0; } td.topleft a:visited { - color: #808080; + color: #b0b0b0; } td.leftside { -- 2.11.4.GIT