From aae94c023b641dfd97d019d6e7517d6be396b4f9 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Mar 2013 09:30:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90,=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=93=B1=EB=B9=84?= =?UTF-8?q?=EC=9C=A8=20=EB=A6=AC=EC=82=AC=EC=9D=B4=EC=A7=95=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=EC=97=90=EC=84=9C=20float:left=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- css/mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 2633a179f..93c6490c4 100644 --- a/css/default.css +++ b/css/default.css @@ -33,7 +33,7 @@ a:active {color:#000;text-decoration:underline} #to_content a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em} /* 이미지 등비율 리사이징 */ -.img_fix {float:left;width:100%;height:auto} +.img_fix {width:100%;height:auto} /* 캡챠 자동등록(입력)방지 기본 */ #captcha img {border:1px solid #cfded8;border-right:0} diff --git a/css/mobile.css b/css/mobile.css index 31ec572ea..5911a8dce 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -29,7 +29,7 @@ pre {overflow-x:scroll;font-size:1.1em} .to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} /* 이미지 등비율 리사이징 */ -.img_fix {float:left;width:100%;height:auto} +.img_fix {width:100%;height:auto} /* 캡챠 자동등록(입력)방지 기본 */ #captcha img {height:1.8em;border:1px solid #cfded8;border-right:0}