annotate analysis/analysis.css @ 1103:2051868b21f0

Hotfix: Updated schema. <audioelement>, <surveyelement> and <commentquestion> have optional name attribute.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 09 Mar 2016 11:29:16 +0000
parents b5bf2f57187c
children ce3d4d6d01b8
rev   line source
n@1102 1 div.chart-holder {
n@1102 2 border: 1px black solid;
n@1102 3 margin: 10px 0px;
n@1102 4 }
n@1102 5 div.code {
n@1102 6 margin: 5px;
n@1102 7 padding-left: 15px;
n@1102 8 background-color: rgb(200,200,200);
n@1102 9 border: 2px dashed black;
n@1102 10 }