From cfd25d8f1c8b703a69d6f68ea42802f9a0e3010b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Thu, 3 Aug 2023 18:33:32 +0900 Subject: [PATCH] shoppingmall init... --- public/css/front.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/public/css/front.css b/public/css/front.css index 7ddcb77..5632eae 100644 --- a/public/css/front.css +++ b/public/css/front.css @@ -1,9 +1,9 @@ /* ------------------------------------------------------------ -* Name : admin.css -* Desc : Admin StyleSheet -* Created : 2016/9/11 Tri-aBility by Junheum,Choi -* Updated : ------------------------------------------------------------- */ + * Name : admin.css + * Desc : Admin StyleSheet + * Created : 2016/9/11 Tri-aBility by Junheum,Choi + * Updated : + ------------------------------------------------------------ */ /* #head{ border:1px solid blue; } */ @@ -30,22 +30,21 @@ #layout #body div.header{ /*content 상단라인*/ padding:15px; - border-left:1px solid silver; border-top:1px solid silver; + border-left:1px solid silver; + border-bottom:0px; border-right:1px solid silver; border-radius: 10px 10px 0px 0px; background-color:#efefef; } #layout #body div.content{ - /* border:1px solid blue; */ - /*content center 옆라인*/ - border-left:1px solid silver; - border-right:1px solid silver; - background-color:white + border:1px solid silver; + background-color:white; } #layout #body div.footer /*content 하단라인*/{ height:20px; + border-top:0px; border-left:1px solid silver; border-bottom:1px solid silver; border-right:1px solid silver;