mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
31 lines
347 B
CSS
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;
|
|
}
|