From ccd0c61c9fe9554d42b938f3c388f3327a22131c Mon Sep 17 00:00:00 2001 From: haneul Date: Wed, 28 Apr 2010 16:33:33 +0000 Subject: [PATCH] #18708272 : css modification for messages git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7407 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/communication/skins/default/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/communication/skins/default/css/default.css b/modules/communication/skins/default/css/default.css index 0f8a18c46..81c1ca0cc 100644 --- a/modules/communication/skins/default/css/default.css +++ b/modules/communication/skins/default/css/default.css @@ -75,7 +75,7 @@ #communicationModule .crossTable th.title *, #communicationModule .colTable th.title * { padding:0; margin:0; vertical-align:middle; } -#communicationModule p { color:#AAA; margin:3px 0 0 0; padding:0;} +#communicationModule p { margin:3px 0 0 0; padding:0;} #dummy_check_nick_name { color:red; margin:3px 0 0 0; padding:0; } #communicationModule .require { color:red; font-size:10px; font-family:tahoma; font-weight:bold; margin-left:5px; } #communicationModule .publicItem { margin:5px 0 0 0; padding:0; color:#aaa; }