annotate analysis/analysis.css @ 1868:ce5596e255d1

Created mean test/page plots, element histogram plots. Latex and tables included. Can download charts as PNG
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 24 Feb 2016 13:03:08 +0000
parents
children ce3d4d6d01b8
rev   line source
nickjillings@1868 1 div.chart-holder {
nickjillings@1868 2 border: 1px black solid;
nickjillings@1868 3 margin: 10px 0px;
nickjillings@1868 4 }
nickjillings@1868 5 div.code {
nickjillings@1868 6 margin: 5px;
nickjillings@1868 7 padding-left: 15px;
nickjillings@1868 8 background-color: rgb(200,200,200);
nickjillings@1868 9 border: 2px dashed black;
nickjillings@1868 10 }