mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
16 lines
236 B
Handlebars
16 lines
236 B
Handlebars
<style>
|
|
dd {
|
|
margin-bottom: 1em;
|
|
}
|
|
main {
|
|
position: relative;
|
|
}
|
|
.version {
|
|
position: absolute;
|
|
top: 1em;
|
|
right: 0;
|
|
}
|
|
dd > p {
|
|
margin-top: 0.2em;
|
|
}
|
|
</style>
|