From cd954b7ff626d5085c57054566cd09b007aeaefc Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 30 Apr 2013 19:10:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#108=20=EC=84=A4?= =?UTF-8?q?=EB=AC=B8=EC=A1=B0=EC=82=AC=20=EC=8A=A4=ED=82=A8=20=ED=91=9C?= =?UTF-8?q?=EC=A4=80=ED=99=94=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/index.php | 4 ++-- skin/poll/shop_basic/style.css | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/shop/index.php b/shop/index.php index 533a06766..e87382ff7 100644 --- a/shop/index.php +++ b/shop/index.php @@ -98,10 +98,10 @@ include_once(G4_SHOP_PATH.'/shop.head.php'); - + - +

쇼핑몰 메인 배너

diff --git a/skin/poll/shop_basic/style.css b/skin/poll/shop_basic/style.css index c06c4e068..075da04fe 100644 --- a/skin/poll/shop_basic/style.css +++ b/skin/poll/shop_basic/style.css @@ -1,13 +1,13 @@ /* 설문조사 스킨 */ -#poll {border-top:1px solid #e7f1ed} -#poll header {position:relative;padding:15px 14px 0} +#poll {margin:0 0 20px} +#poll header {position:relative} #poll h2 {} #poll header .btn_admin {margin-top:5px;width:158px;text-align:center} #poll header p {padding:5px 0 0} -#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} +#poll ul {margin:0 0 10px;padding:5px 0;list-style:none} #poll li {padding:3px 0} -#poll footer {padding:0 14px 14px} -#poll footer input {width:88px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#poll footer {text-align:right} +#poll footer input {width:80px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} #poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em} #poll footer a:focus, #poll footer a:hover {text-decoration:none !important}