Adding rendering for Subexp

This commit is contained in:
Jeff Avallone
2014-12-07 21:16:23 -05:00
parent 52a0863449
commit ae064b2b8e
3 changed files with 75 additions and 2 deletions
+11
View File
@@ -64,6 +64,17 @@
fill: #cbcbba;
}
.subexp .subexp-label {
font-size: 10px;
}
.subexp .subexp-outline {
stroke: #a0a0a0;
stroke-dasharray: 6,2;
stroke-width: 2px;
fill: transparent;
}
.placeholder text {
fill: #fff;
font-weight: bold;