#1354 푸터 로고 이미지를 반영하지 못하는 문제 수정

- 푸터 로고 이미지 크기 조정
This commit is contained in:
bnu 2015-04-08 11:08:34 +09:00
parent ebb5aec193
commit 21dbab206d
2 changed files with 4 additions and 3 deletions

View file

@ -59,7 +59,7 @@ a:hover,a:active,a:focus{text-decoration:none}
.footer .f_info{float:left;width:240px;margin-right:65px}
.footer .f_logo{overflow:hidden;max-width:100%;margin-bottom:16px;font-size:24px;color:#555}
.footer .f_logo.log_txt a{font-size:24px;font-weight:bold;color:#555}
.footer .f_logo img{width:240px;height:50px}
.footer .f_logo img{max-width:240px}
.footer .f_info2{overflow:hidden;margin-top:7px}
.footer .site_map > ul{display:inline-block;overflow:hidden;background:url(../img/bg_sitemap.png) repeat-y}
.footer .site_map > ul li{float:left;width:282px;margin:0 0 0 24px}