Zeroboard 1.0.7 Front-end Debugging.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4765 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-05 04:46:38 +00:00
parent 9a51332ab6
commit 9cfaaddba0
10 changed files with 253 additions and 246 deletions

View file

@ -1,9 +1,8 @@
@charset "utf-8";
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
body{ background:#fff; color:#333;}
/* Board Reset */
.board{ background:#fff; color:#333;}
.board a{color:#000;}
/* Board Header */
@ -31,7 +30,7 @@ body{ background:#fff; color:#333;}
.boardList tr.notice{ background:#f8f8f8;}
.boardList tr.bg1{ background:#fff;}
.boardList tr.bg2{ background:#fbfbfb;}
.boardList th{ border-bottom-color:#fff; color:#333; background-color:#fff; background-image:url(../images/white/bgThDefault.gif);}
.boardList th{ border-bottom-color:#fff; border-top-color:#fff; color:#333; background-color:#fff; background-image:url(../images/white/bgThDefault.gif);}
.boardList th a{ color:#1978AD;}
.boardList td{ border-top-color:#eee; color:#666;}
.boardList td .category{ color:#000; background-image:url(../images/white/lineVr11.gif);}