17446383 font, h* 으로 지정된 글자 크기가 모두 동일하게 표시되는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4840 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-11-11 06:54:29 +00:00
parent fbf37b4079
commit b7eaa3ed7b

View file

@ -1,11 +1,10 @@
@charset "utf-8";
@charset "utf-8";
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
/* XE */
/* Board Reset */
.board{ font-family:Sans-serif; line-height:normal; font-size:1em;}
.board *{ font-size:1em;}
.board .inputText,
.board textarea{ border:1px solid;}
.board label{ cursor:pointer;}
@ -17,7 +16,7 @@
/* Board Header */
.boardHeader *{ margin:0; padding:0;}
.boardHeader .boardTitle{ font-size:1.5em; letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid; *zoom:1; background-repeat:no-repeat; background-position:left center;}
.boardHeader .boardTitle{ font-size:1em; letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid; *zoom:1; background-repeat:no-repeat; background-position:left center;}
.boardHeader .boardTitle:after{ content:""; display:block; clear:both;}
.boardHeader .boardTitleText{ float:left; clear:both; margin-bottom:-3px; padding:5px 15px 5px 22px; border-bottom:3px solid; background-repeat:no-repeat; background-position:right bottom;}
.boardHeader .boardTitleText a{ text-decoration:none;}