add a few default styles for gantt charts

pull/1/head
ansuz 5 years ago
parent daf6482ace
commit edd2274262

@ -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;

Loading…
Cancel
Save