#13 WOW! It works! And it's beautiful!

This commit is contained in:
simon 2017-07-26 14:50:17 +01:00
parent a1fa392699
commit fa944f1780
11 changed files with 498 additions and 159 deletions

View file

@ -197,6 +197,11 @@ th {
border: thin solid silver;
}
.data-visualisation {
padding: 0.25em 5%;
}
.error {
width: 100%;
background-color: red;
@ -231,6 +236,10 @@ th {
color: white;
}
.vega-bindings, .vega-actions {
font-size: 66%;
}
.warn {
color: maroon;
}