From 63f72b785bfe2369624d59cffa16b85daae7635a Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 11 Jul 2007 01:58:02 +0000 Subject: [PATCH] =?UTF-8?q?=C3=AB=C2=B8=C2=94=C3=AB=C2=A1=C2=9C=C3=AA?= =?UTF-8?q?=C2=B7=C2=B8=20XE=C3=AC=C2=8A=C2=A4=C3=AD=C3=AD=C2=82=C2=A8?= =?UTF-8?q?=C3=AC=C2=9D=C2=98=20=C3=AB=C2=82=C2=A0=C3=AC=C2=A7=C2=9C=C3=AA?= =?UTF-8?q?=C2=B0=C2=80=20=C3=AC=C2=A0=C2=9C=C3=AB=C2=AA=C2=A9=C3=AC=C2=97?= =?UTF-8?q?=C2=90=20=C3=AA=C2=B0=C2=80=C3=AC=C2=84=C2=9C=20=C3=AB=C2=B6?= =?UTF-8?q?=C2=99=C3=AB=C2=8A=C2=94=20CSS=20=C3=AC=C2=98=C2=A4=C3=AB=C2=A5?= =?UTF-8?q?=C2=98=20=C3=AC=C2=88=C2=98=C3=AC=C2=A0=C2=95.=20=C3=AD=C2=9A?= =?UTF-8?q?=C2=8C=C3=AC=C2=9B=C2=90=C3=AB=C2=A1=C2=9C=C3=AA=C2=B7=C2=B8?= =?UTF-8?q?=C3=AC=C2=9D=C2=B8=C3=AC=C2=8B=C2=9C=20=C3=AC=C2=98=C2=A4=C3=AD?= =?UTF-8?q?=C2=8E=C2=98=C3=AB=C2=9D=C2=BC=C3=AC=C2=97=C2=90=C3=AC=C2=84?= =?UTF-8?q?=C2=9C=20=C3=AB=C2=A1=C2=9C=C3=AA=C2=B7=C2=B8=C3=AC=C2=9D=C2=B8?= =?UTF-8?q?=20=C3=AB=C2=B2=C2=84=C3=AD=C2=8A=C2=BC=C3=AC=C2=9D=C2=B4=20?= =?UTF-8?q?=C3=AB=C2=96=C2=A8=C3=AC=C2=96=C2=B4=C3=AC=C2=A7=C2=80=C3=AB?= =?UTF-8?q?=C2=8A=C2=94=20=C3=AB=C2=AC=C2=B8=C3=AC=C2=A0=C2=9C=20=C3=AD?= =?UTF-8?q?=C2=95=C2=B4=C3=AA=C2=B1=C2=B8?= 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@1900 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/white.css | 2 +- modules/member/skins/default/css/normal.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/white.css b/modules/blog/skins/xe_blog/css/white.css index 419f63fca..dd5e5a8b9 100644 --- a/modules/blog/skins/xe_blog/css/white.css +++ b/modules/blog/skins/xe_blog/css/white.css @@ -120,7 +120,7 @@ Jeong, Chan Myeong 070601~070630 .boardRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;} .boardRead .dateAndModify { float:right; white-space:nowrap;} -.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify { font-size:.8em; color:#999999; position:relative; top:.3em;} .boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;} .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;} diff --git a/modules/member/skins/default/css/normal.css b/modules/member/skins/default/css/normal.css index e536b42a0..7ecdb231f 100644 --- a/modules/member/skins/default/css/normal.css +++ b/modules/member/skins/default/css/normal.css @@ -52,7 +52,7 @@ /* login */ .memberSmallBox .login { border:none; padding:2em 0 1.5em 2em;} .memberSmallBox .login legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} -.memberSmallBox .login dl { overflow:hidden; float:left; margin-right:10px;} +.memberSmallBox .login dl { overflow:hidden; float:left; margin-right:10px; width:250px;} .memberSmallBox .login dl dt { width:100px; clear:left; float:left; color:#54564b; height:24px; padding-top:3px;} .memberSmallBox .login dl dd { float:left; height:27px; width:150px; } .memberSmallBox .login .keep { clear:both; white-space:nowrap; margin-left:100px;}