게시판 스킨에서 카테고리가 안 나오던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-05 05:50:36 +00:00
parent b6b37edadc
commit 4bc1851bb7
4 changed files with 7 additions and 4 deletions

View file

@ -59,6 +59,9 @@ Jeong, Chan Myeong 070601~070630
.boardList td.title,
.boardList td.title a { color:#444444; text-decoration:none;}
.boardList td.title a:visited { color:#777777;}
.boardList div.title,
.boardList div.title a { color:#444444; text-decoration:none;}
.boardList div.title a:visited { color:#777777;}
.boardList td.author { color:#333333; font-size:.95em; padding-left:1em;}
.boardList td.author a { font-size:1em; color:#333333;}
.boardList td.reading { font:.8em Tahoma; color:#999999; text-align:center;}