* Collapsable trees.

This commit is contained in:
Eelco Dolstra 2004-03-18 18:26:22 +00:00
parent c2fc2c13c9
commit 84c617966b
3 changed files with 65 additions and 5 deletions

View file

@ -23,7 +23,7 @@ ul.nesting li.line {
}
ul.nesting li.lastline {
padding-left: 1.2em;
padding-left: 1.2em; // for the 0.1em border-left in .lastline > .lineconn
}
li.line {
@ -43,15 +43,13 @@ li.lastline > span.lineconn {
}
em.storeref
{
em.storeref {
color: #500000;
position: relative;
width: 100%;
}
em.storeref:hover
{
em.storeref:hover {
background-color: #eeeeee;
}
@ -71,3 +69,13 @@ em.storeref:hover
em.storeref:hover span.popup {
display: inline;
}
.toggle {
text-decoration: none;
}
.showTree, .hideTree {
font-family: monospace;
font-size: larger;
}