git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2917 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-11-05 02:13:05 +00:00
parent bb065b6e77
commit 82a14b81b1
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
* 내용은 제로보드XE의 버전을 관리자 페이지에 표시하기 위한 용도이며
* config.inc.php의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야
**/
define('__ZBXE_VERSION__', '0.2.3');
define('__ZBXE_VERSION__', '0.2.4');
/**
* @brief 디버깅 메세지 출력

View file

@ -7,8 +7,8 @@ Jeong, Chan Myeong 070601~070630
/* Default Skin - Start */
/* Site Layout - Body Wrap */
body { background:url(../images/default/bgBody.gif) repeat-x;}
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}
body { _position:relative; _background-color:#FFFFFF; background:url(../images/default/bgBody.gif) repeat-x left top; }
#bodyWrap { _background-color:#FFFFFF; width:980px; margin:1.5em auto 0 auto; }
/* Site Layout - Header */
#header { position:relative; width:980px; height:120px; background:url(../images/default/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}