css stylesheet: Add a color bar at bottom

This commit is contained in:
Pierre Labastie 2024-01-23 21:28:07 +01:00
parent bb2adff7bf
commit 72cd7a446f

View File

@ -63,9 +63,10 @@ div.sect1, div.appendix, div.preface, div.part, div.chapter, div.glossdiv, .inde
overflow:auto;
height: auto;
position: fixed;
left:0.5em;
right:0.5em;
bottom: 0;
left:1em;
right:1em;
bottom: 1em;
border-bottom: 1em solid #dbddec;
}
.package, .kernel, .installation, .commands, .testing, .configuration, .content {