added wiki assets

added accordion javascript object
This commit is contained in:
JT Smith 2006-11-27 18:59:24 +00:00
parent b42e213888
commit d67a28fee2
14 changed files with 1354 additions and 9 deletions

View file

@ -0,0 +1,11 @@
.accordion { }
.accordionHeader {
cursor: pointer;
}
.accordionBody {
height: 0px;
overflow: auto;
}