Files
dobin-avred/app/static/styles.css
T

31 lines
484 B
CSS

.tablevert td {
border-left: 1px solid rgb(209, 208, 208);
border-right: 1px solid rgb(209, 208, 208);
text-align: center;
}
.container {
margin-left: 1em;
margin-right: 1em;
}
.mycode {
margin-top: 0;
margin-bottom: 0;
}
.mycodeline {
display: block;
margin-top: 0;
margin-bottom: 0;
overflow: auto;
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr;
unicode-bidi: bidi-override;
font-family: monospace;
white-space: pre;
}