Fix for issues with generating diagrams using the cli: default style for clusters and fixes for autoscaling side effects

This commit is contained in:
knsv
2015-06-21 17:25:58 +02:00
parent 4ed345101a
commit 50219cf2d9
8 changed files with 27 additions and 13 deletions

View File

@@ -15,10 +15,10 @@ color:#333
}
.cluster rect{
fill: @secondBkg;
rx:4;
stroke: @clusterBorder;
stroke-width: 1px;
fill: @secondBkg !important;
rx:4 !important;
stroke: @clusterBorder !important;
stroke-width: 1px !important;
}
.cluster text {