Genuinely pluggable/configurable formatter extensions!

This commit is contained in:
simon 2017-08-08 23:05:40 +01:00
parent 08c560fe23
commit bf94fa8d7e
7 changed files with 88 additions and 48 deletions

View file

@ -240,6 +240,11 @@ th {
font-size: 66%;
}
/* Add space between Vega-Embed links */
.vega-actions a {
margin-right: 5px;
}
.warn {
color: maroon;
}