Mercurial > hg > webaudioevaluationtool
annotate analysis/analysis.css @ 2556:6c49932ecb26
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Tue, 20 Dec 2016 13:20:55 +0000 |
parents | 464c6c6692d6 |
children |
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; |
nicholas@2538 | 8 background-color: rgb(200, 200, 200); |
nickjillings@1939 | 9 border: 2px dashed black; |
nickjillings@2192 | 10 } |
nicholas@2538 | 11 table td tr { |
nickjillings@2192 | 12 padding: 5px; |
nickjillings@2192 | 13 } |
nicholas@2538 | 14 div.filter-entry { |
nickjillings@2192 | 15 padding: 5px; |
nicholas@2538 | 16 } |