lifepod 연동 모듈에서 컬러셋/제목 표시가 정상적으로 되도록 하고 한국의 기념일 표시를 설정할 수 있도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3303 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-11 07:51:53 +00:00
parent 52dc927cd2
commit 36d8a48f9d
4 changed files with 18 additions and 4 deletions

View file

@ -1,8 +1,9 @@
@charset "utf-8";
/* board Title */
.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%;}
.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%; margin-bottom:10px; }
.boardHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
.boardHeader h3 { border-bottom:3px solid #fe3614; }
/* board Information */
.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}