6,534
edits
Changes
highlight current table row
}
.listing .odd {
/*every second line should be shaded */
background-color: transparent;
}
padding: 0em 1em;
text-align: left;
}
.listing td:hover {
background-color: #f7f9fa;
}
.listing .filename {