Skip to content
Snippets Groups Projects
Select Git revision
  • a9242b0115e955616322d282fcc3d1ddc5af7687
  • master default protected
  • develop
  • tmp-1
  • v0.2.0 protected
  • v0.1.0 protected
6 results

render.js

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