Mercurial > hg > webaudioevaluationtool
annotate analysis/analysis.css @ 2452:48a84568359c
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 02 Aug 2016 10:37:43 +0100 |
parents | ed5a54029157 |
children | 464c6c6692d6 |
rev | line source |
---|---|
nickjillings@1939 | 1 div.chart-holder { |
nickjillings@1939 | 2 border: 1px black solid; |
nickjillings@1939 | 3 margin: 10px 0px; |
nickjillings@1939 | 4 } |
nickjillings@1939 | 5 div.code { |
nickjillings@1939 | 6 margin: 5px; |
nickjillings@1939 | 7 padding-left: 15px; |
nickjillings@1939 | 8 background-color: rgb(200,200,200); |
nickjillings@1939 | 9 border: 2px dashed black; |
nickjillings@2192 | 10 } |
nickjillings@2192 | 11 table td tr{ |
nickjillings@2192 | 12 padding: 5px; |
nickjillings@2192 | 13 } |
nickjillings@2192 | 14 div.filter-entry{ |
nickjillings@2192 | 15 padding: 5px; |
nickjillings@1939 | 16 } |