synit-manual/style.css

14 lines
255 B
CSS
Raw Normal View History

2022-02-11 13:05:01 +00:00
div.ditaa {
2022-02-24 12:25:03 +00:00
overflow: auto;
line-height: 0;
2022-02-11 13:05:01 +00:00
}
2022-02-11 12:53:48 +00:00
svg text {
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important;
}
span.pseudocode {
white-space: nowrap;
overflow: auto;
}