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

This commit is contained in:
zero 2007-04-24 05:02:22 +00:00
parent 16065766f0
commit 071690e444
4 changed files with 38 additions and 30 deletions

View file

@ -5,13 +5,6 @@
margin-bottom:3px;
}
#blog_category .title_box .unselected {
}
#blog_category .title_box .selected {
font-weight:bold;
}
#blog_category .node_item {
}
@ -35,26 +28,26 @@
#blog_category .page {
cursor:pointer;
padding-left:18px;
width:18px;
height:18px;
background:url(../images/tree_menu/page.gif) no-repeat left;
float:left;
}
#blog_category .folder_open {
cursor:pointer;
width:18px;
height:18px;
padding-left:18px;
background:url(../images/tree_menu/page_folder.gif) no-repeat left;
float:left;
}
#blog_category .folder_close {
cursor:pointer;
width:18px;
height:18px;
padding-left:18px;
background:url(../images/tree_menu/folder.gif) no-repeat left;
float:left;
}
#blog_category .item_open {

View file

@ -5,6 +5,15 @@ body {
padding:0px;
}
/**
* 블로그 기본 기능
**/
.blog_default_menu {
margin:5px 10px 0px 10px;
width:890px;
text-align:right;
}
/**
* 상단 로고 메인 1차 메뉴
**/
@ -98,17 +107,9 @@ body {
padding:0px 10px 10px 10px;
}
/* rss 버튼 */
.layout_rss {
border:2px solid #EEEEEE;
height:20px;
text-align:center;
margin-bottom:10px;
}
/* 검색 */
.layout_search {
border:2px solid #EEEEEE;
border-top:2px solid #EEEEEE;
padding:10px;
margin-bottom:10px;
}