add a few default styles for gantt charts

pull/1/head
ansuz 2019-12-05 17:42:37 -05:00
parent daf6482ace
commit edd2274262
1 changed files with 5 additions and 0 deletions

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;