Mercurial > hg > webaudioevaluationtool
annotate analysis/analysis.css @ 2318:fa52c9ea2486
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Fri, 29 Apr 2016 16:20:56 +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 } |