From 826fd27912a4c7ed57dba2eaf2b524ab3b1244c6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 11 Jun 2013 10:07:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0=20=EC=88=A8=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/list.skin.php | 2 +- skin/board/basic/style.css | 2 +- skin/board/gallery/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 1b38c1a88..deb6243e6 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -115,7 +115,7 @@ if ($is_nogood) $colspan++; ?> - + diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 22cf7fb3f..b9c548b1e 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -108,7 +108,7 @@ #bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} #bo_vc h2 {margin-bottom:10px} #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header {z-index:2;position:relative;padding:15px 0 5px} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index c59f9ea0f..1b5ff8948 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -132,7 +132,7 @@ #bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} #bo_vc h2 {margin-bottom:10px} #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header {z-index:2;position:relative;padding:15px 0 5px} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}