forked from lix-project/hydra
This commit is contained in:
parent
41055aabc7
commit
632d56e665
|
@ -21,8 +21,14 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
||||
/*** Sortable tables. ***/
|
||||
|
||||
$("table.tablesorter").tablesorter();
|
||||
|
||||
|
||||
/*** Tree toggles in logfiles. ***/
|
||||
|
||||
/* Set the appearance of the toggle depending on whether the
|
||||
corresponding subtree is initially shown or hidden. */
|
||||
$(".logTreeToggle").map(function() {
|
||||
|
@ -59,6 +65,8 @@
|
|||
$(this).text("+");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ ul.nesting li.line {
|
|||
}
|
||||
|
||||
ul.nesting li.lastline {
|
||||
padding-left: 2.1em; // for the 0.1em border-left in .lastline > .lineconn
|
||||
padding-left: 2.1em; /* for the 0.1em border-left in .lastline > .lineconn */
|
||||
}
|
||||
|
||||
li.line {
|
||||
|
|
Loading…
Reference in a new issue