mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
17446383 font, h* 으로 지정된 글자 크기가 모두 동일하게 표시되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4840 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fbf37b4079
commit
b7eaa3ed7b
1 changed files with 2 additions and 3 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue