From 076fb9fe3537a207957ed098ae8bd68c0c78bc18 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 7 Aug 2007 12:18:32 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EA=B7=BC=EA=B2=8C=EC=8B=9C=EB=AC=BC?= =?UTF-8?q?=20=EC=9C=84=EC=A0=AF=EC=9D=98=20XE=5FOFFICIAL=20=EC=8A=A4?= =?UTF-8?q?=ED=82=A8=EC=9D=98=20=EC=9E=98=EB=AA=BB=EB=90=9C=20margin=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2245 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/newest_document/skins/xe_official/css/black.css | 4 ++-- widgets/newest_document/skins/xe_official/css/white.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css index 1f906c30c..398e29ae8 100644 --- a/widgets/newest_document/skins/xe_official/css/black.css +++ b/widgets/newest_document/skins/xe_official/css/black.css @@ -7,8 +7,8 @@ .latest_black ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;} .latest_black ul li .title a { color:#818181; text-decoration:none; } .latest_black ul li .title a:hover { text-decoration:underline; } -.latest_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; margin-left:.3em;} -.latest_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; margin-left:.3em;} +.latest_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; } +.latest_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; } .latest_black ul li .date { position:relative; z-index:1; } .latest_black ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; } diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css index 655abc5e3..c0badf727 100644 --- a/widgets/newest_document/skins/xe_official/css/white.css +++ b/widgets/newest_document/skins/xe_official/css/white.css @@ -7,8 +7,8 @@ .latest_white ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;} .latest_white ul li .title a { color:#555555; text-decoration:none; } .latest_white ul li .title a:hover { text-decoration:underline; } -.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; margin-left:.3em;} -.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; margin-left:.3em;} +.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; } +.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; } .latest_white ul li .date { position:relative; z-index:1; } .latest_white ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 3px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; }