mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1301 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
16065766f0
commit
071690e444
4 changed files with 38 additions and 30 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue