Select Git revision
part-r-00007
Graph.css 384 B
.graph-title{
display: inline-block;
text-align: center;
}
.graph{
height: 100%;
width: 100%;
display: inline-block;
}
#graph-avg-graph {
border: none;
background: none;
color: inherit;
font-style: italic;
font-size: 0.8rem;
font-weight: lighter;
margin-top: -1.5rem;
}
#graph-avg-graph:hover {
text-decoration-line: underline;
}