Skip to content
Snippets Groups Projects
Select Git revision
  • dda5b7d452a31633d812fc1a7b3dc02c10d5e6ac
  • master default
2 results

part-r-00007

Blame
  • 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;
    }