p#copyright {text-shadow:0 1px 0px #fff;}

#commits_tree td, #commits_tree tr {
    border: 0;
    height: 24px;
    padding: 0;
    line-height: 0;
}
#commits_tree tr:hover {
    background-color: #dddcd6;
}
#commits_tree td.graph_img {
    width: 12px;
    vertical-align: middle;
}
#commits_tree td.commit_date {
    font-style: italic;
}
#commits_tree td.commit_message > a {
    font-family: monospace;
    font-size: 9pt;
    color: black;
    font-weight: bold;
}
#commits_tree td.commit_refs {
    font-family: monospace;
    font-size: 9pt;
    color: black;
    font-weight: bold;
    text-align: right;
}
#commits_tree td.commit_refs > img {
    vertical-align: middle;
}
.tree_entry > td > a > img {
    vertical-align: middle;
}
.tree_entry:hover {
    background-color: #dddcd6;
}
