Tweaking text spacing
This commit is contained in:
parent
dea4011530
commit
5a96955419
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user