1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

docs: add version

This commit is contained in:
Terts Diepraam 2022-01-20 23:20:29 +01:00
parent a903fee569
commit 5ff4796b12
2 changed files with 19 additions and 3 deletions

8
docs/theme/head.hbs vendored
View file

@ -2,4 +2,12 @@
dd {
margin-bottom: 1em;
}
main {
position: relative;
}
.version {
position: absolute;
top: 1em;
right: 0;
}
</style>