From 2ff1e86e8a62ccaa1960fa7ed54d572f293af58c Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 29 Jul 2003 20:06:16 +0000 Subject: [PATCH] *** empty log message *** SVN revision: 601 --- themes/default/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/default.css b/themes/default/default.css index 8a56bbba..6f97e398 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -198,9 +198,9 @@ td { /* attachment line */ .attachment { - border:1px solid #808040; - border-top:1px solid white; - border-left:1px solid white; + border-left:1px solid gray; + border-right:1px solid gray; + border-bottom:1px solid gray; background-color:#FFFFB0; text-align:left; }