annotate analysis/analysis.css @ 2135:9691be359d6a

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@2135 1 div.chart-holder {
nickjillings@2135 2 border: 1px black solid;
nickjillings@2135 3 margin: 10px 0px;
nickjillings@2135 4 }
nickjillings@2135 5 div.code {
nickjillings@2135 6 margin: 5px;
nickjillings@2135 7 padding-left: 15px;
nickjillings@2135 8 background-color: rgb(200,200,200);
nickjillings@2135 9 border: 2px dashed black;
nickjillings@2135 10 }