Files
lief-project-LIEF/doc/sphinx/_static/css/custom.css
T
2025-08-24 19:47:45 +02:00

31 lines
347 B
CSS

.highlight {
overflow: auto;
max-height: 500px;
}
.center {
text-align: center;
}
.fixed-paragraph {
margin-top: 0;
margin-bottom: 1rem;
}
li .fixed-paragraph {
margin-top: 0;
margin-bottom: 0rem;
}
.align-default {
text-align: inherit;
}
a.btn:visited {
color: #fff;
}
.img-comparison-slider-div {
overflow-y: auto;
}