모바일공통: 갤탭 숨김텍스트 스타일 처리

This commit is contained in:
whitedot
2013-10-23 09:49:39 +09:00
parent 6aeca6bfff
commit cf15b379ae
2 changed files with 13 additions and 13 deletions

View File

@ -41,7 +41,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
/* 상단 레이아웃 */
#hd {background:#fff}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#logo {float:left;padding:0.9em 0;margin-left:0.5em}