add a few default styles for gantt charts

This commit is contained in:
ansuz 2019-12-05 17:42:37 -05:00
parent daf6482ace
commit edd2274262

View File

@ -121,6 +121,11 @@ text.actor {
font-size: 11px;
text-height: 14px;
}
.sectionTitle, .titleText {
font-weight: bold;
text-decoration: underline;
}
/* Grid and axis */
.grid .tick {
stroke: lightgrey;