Parent: [392f71] (diff)

Child: [ddf08c] (diff)

Download this file

commit_browser.css    21 lines (19 with data), 322 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
html.canvas #commit_browser_canvas_message {
display: none;
}
#graph_holder{
height:305px;
overflow:auto;
overflow-x:hidden;
position:relative;
margin-bottom:1em;
}
#commit_highlighter, #commit_graph{
position:absolute;
top:0;
left:0;
z-index:0;
}
#commit_graph{
z-index: 1;
}