From 17b839a21e5aabf5e38e10d757dceaaf2f7d484f Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 23 Jan 2013 19:00:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/default.css b/css/default.css index 88db54897..898ccc43f 100644 --- a/css/default.css +++ b/css/default.css @@ -53,6 +53,7 @@ hr {display:none} /* 하단 레이아웃 */ #ft {background:#484848} #ft h1 {width:0;height:0;overflow:hidden} + #popular {background:#515151} #popular div {margin:0 auto;width:980px;zoom:1} #popular div:after {display:block;visibility:hidden;clear:both;content:""} @@ -60,6 +61,7 @@ hr {display:none} #popular ul {float:left;list-style:none} #popular li {float:left;padding:5px 0} #popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none} + #ft_catch {padding:30px 0;text-align:center} #ft_copy {background:#414141} #ft_copy p {margin:0 auto;width:980px;color:#4a9ab8}