annotate analysis/analysis.css @ 1870:255a34d5b706

Updated test_create style for label rather than span
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 24 Feb 2016 13:49:40 +0000
parents ce5596e255d1
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 }