게시판 스킨 정보 수정 및 블로그 레이아웃의 CSS요소가 내부 게시판 또는 회원 모듈의 CSS와 충돌하지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2165 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-03 13:11:03 +00:00
parent 652fbd2d46
commit 01455a4107
20 changed files with 298 additions and 294 deletions

View file

@ -77,7 +77,7 @@ Jeong, Chan Myeong 070601~070630
.boardList.thumbnail { margin-top:-1px; border-bottom:none;}
.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;}
.boardList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;}
.boardList.thumbnail div.cell { float:left; width:131px; height:200px; margin:0 .6em 0 0; padding-bottom:1.5em;overflow:hidden;}
.boardList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;}
.boardList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;}
.boardList.thumbnail div.title a { color:#444444;}