Tweaking text spacing

This commit is contained in:
Jeff Avallone 2014-12-15 15:29:13 -05:00
parent dea4011530
commit 5a96955419
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,6 @@
<style type="text/css">
text, tspan {
font: 12px Arial;
dominant-baseline: text-after-edge;
}
path {
@ -74,6 +73,11 @@
font-size: 10px;
}
.subexp .subexp-label,
.charset .charset-label {
dominant-baseline: text-after-edge;
}
.subexp .subexp-box {
stroke: #a0a0a0;
stroke-dasharray: 6,2;