9 lines
169 B
CSS
9 lines
169 B
CSS
.timeline-container {
|
|
border: 1px solid #aaa;
|
|
}
|
|
.timeline-event-label {
|
|
font-family: Consolas, "Courier New", monospace;
|
|
font-size: 0.8em;
|
|
padding-right: 1px;
|
|
}
|