스프링노트 연동 모듈 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3114 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-30 03:44:14 +00:00
parent 206ffeefa0
commit b05bafd715
50 changed files with 5347 additions and 0 deletions

View file

@ -0,0 +1,13 @@
@charset "utf-8";
/* board Title */
.boardHeader h3 { border-bottom:3px solid #38b549; }
/* board Information */
.articleNum { float:left; background:url(../images/green/iconArticle.gif) no-repeat left top; }
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
/* account Navigation */
.accountNavigation li.join a { background:url(../images/green/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
.accountNavigation li.myInfo a { background:url(../images/green/iconMyInfo.gif) no-repeat left top; padding-left:14px; }