diff --git a/modules/board/skins/xe_default/css/board.css b/modules/board/skins/xe_default/css/board.css index 7b6ed8605..1de4d8ece 100644 --- a/modules/board/skins/xe_default/css/board.css +++ b/modules/board/skins/xe_default/css/board.css @@ -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;}