11 lines
245 B
CSS
11 lines
245 B
CSS
.htmltree .arrow {
|
|
background-image: url(../images/htmltree/arrow.gif);
|
|
}
|
|
|
|
.htmltree .expand .arrow {
|
|
background-image: url(../images/htmltree/arrow_expand.gif);
|
|
}
|
|
|
|
.htmltree .page .icon {
|
|
background-image: url(../images/htmltree/page.gif);
|
|
} |