git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@22 eb19766c-00d9-a042-a3a0-45cb8ec72764
19 lines
332 B
CSS
19 lines
332 B
CSS
.noListImages, .noListImages * {
|
|
list-style-type: none;
|
|
}
|
|
.noListImages {
|
|
padding-left: 10px;
|
|
}
|
|
#content a.pathnode {
|
|
text-decoration: none;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.kt_treenodes li.treenode > a.pathnode {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.kt_treenodes li.treenode.active > a.pathnode {
|
|
cursor:pointer;
|
|
}
|