coreutils/docs/theme/head.hbs

17 lines
236 B
Handlebars
Raw Normal View History

2022-01-20 17:41:07 +00:00
<style>
dd {
margin-bottom: 1em;
}
2022-01-20 22:20:29 +00:00
main {
position: relative;
}
.version {
position: absolute;
top: 1em;
right: 0;
}
2022-01-22 10:39:07 +00:00
dd > p {
margin-top: 0.2em;
}
</style>