Child: [299f7f] (diff)

Download this file

commit_browser.css    16 lines (16 with data), 254 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#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;
}