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; }