From 234ce94dd329c79893b5f29fe75ca0cf4e936d1a Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 24 Nov 2008 07:13:28 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20xe=5Fboard=20?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=EC=97=90=EC=84=9C=20=EA=B8=80=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=EC=A4=91=20float=EA=B0=80=20=EC=A7=80=EC=A0=95?= =?UTF-8?q?=EB=90=A0=EB=95=8C=20=EA=B9=A8=EC=96=B4=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4962 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_board/css/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/board/skins/xe_board/css/common.css b/modules/board/skins/xe_board/css/common.css index bfab8eb5d..f6d79e9ba 100644 --- a/modules/board/skins/xe_board/css/common.css +++ b/modules/board/skins/xe_board/css/common.css @@ -361,7 +361,7 @@ html:not([lang*=""]) .boardList th { height:33px; } .pagination.c2 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;} /* 게시물의 팝업 메뉴 */ -.comment_popup_menu, .document_popup_menu { text-align:right; background:none; background:url(../images/common/document_menu.gif) no-repeat right top; padding:0 15px 0 0; height:18px; } +.comment_popup_menu, .document_popup_menu { text-align:right; background:none; background:url(../images/common/document_menu.gif) no-repeat right top; padding:0 15px 0 0; height:18px; clear:both;} .comment_popup_menu a, .document_popup_menu a { cursor:pointer; display:inline; color:#555555; text-decoration:none; } /* tag list */ @@ -379,7 +379,7 @@ html:not([lang*=""]) .boardList th { height:33px; } /* 회원 서명 및 프로필 이미지 출력 */ -.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;} +.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px; clear:both;} .memberSignature .profile { float:left; margin-right:20px; } .commentProfileImage { margin:0 10px 10px 0; float:left; } .replyBox .xe_content { display:inline; }