Files
FHC-Core/content/projekt/gantt.svg.css
T
Christian Paminger 43026fefec Gantt
2011-08-05 05:26:28 +00:00

37 lines
503 B
CSS
Executable File

.box-inherit {
-moz-box-orient: inherit;
-moz-box-pack: inherit;
-moz-box-align: inherit;
-moz-box-direction: inherit;
}
/* Text shape */
.svg-shape-text {
font-weight: inherit;
font-style: inherit;
font-size: inherit;
font-family: inherit;
dominant-baseline: middle;
text-anchor: middle;
}
/* Rect shape */
.svg-shape-rect {
stroke-width: inherit;
}
/* Circle shape */
.svg-shape-circle {
stroke-width: inherit;
}
/* Ellipse shape */
.svg-shape-ellipse {
stroke-width: inherit;
}