This commit is contained in:
Eelco Dolstra 2008-11-26 18:45:52 +00:00
parent 41055aabc7
commit 632d56e665
2 changed files with 9 additions and 1 deletions

View file

@ -21,8 +21,14 @@
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
/*** Sortable tables. ***/
$("table.tablesorter").tablesorter(); $("table.tablesorter").tablesorter();
/*** Tree toggles in logfiles. ***/
/* Set the appearance of the toggle depending on whether the /* Set the appearance of the toggle depending on whether the
corresponding subtree is initially shown or hidden. */ corresponding subtree is initially shown or hidden. */
$(".logTreeToggle").map(function() { $(".logTreeToggle").map(function() {
@ -59,6 +65,8 @@
$(this).text("+"); $(this).text("+");
}); });
}); });
}); });
</script> </script>

View file

@ -21,7 +21,7 @@ ul.nesting li.line {
} }
ul.nesting li.lastline { 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 { li.line {