css: style "studio" tree
This commit is contained in:
parent
346eb597ee
commit
310f4ef499
|
@ -367,4 +367,18 @@ div.diff {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.tree li a {
|
||||
display: inline-block;
|
||||
padding-left: 2.4em;
|
||||
line-height: 2em;
|
||||
text-decoration: none;
|
||||
color: #777;
|
||||
outline: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0.8em 0.4em;
|
||||
}
|
||||
|
||||
.tree a.root { background-image: url('../img/director/globe.png'); }
|
||||
.tree a.abstract { background-image: url('../img/director/tree.png'); }
|
||||
.tree a.object { background-image: url('../img/director/leaf.gif'); }
|
||||
|
||||
|
|
Loading…
Reference in New Issue