Files
dobin-avred/app/static/styles.css
T
2023-04-23 16:48:30 +02:00

46 lines
770 B
CSS

.tablevert td {
border-left: 1px solid rgb(209, 208, 208);
border-right: 1px solid rgb(209, 208, 208);
text-align: center;
}
table.table th {
white-space: nowrap;
}
.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;
}
.indent {
margin-left: 1em;
}
/* button to the left
https://stackoverflow.com/questions/69833687/how-to-left-align-default-bootstrap-5-accordion-icon
*/
.accordion-button:after {
order: -1;
margin-left: 0;
margin-right:0.5em;
}