add a few default styles for gantt charts
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…
Reference in New Issue