Fix Toc position

This commit is contained in:
Damien Vitrac 2018-12-07 17:23:02 +01:00
parent 8fafb83845
commit 3d5ffa0d43
2 changed files with 5 additions and 2 deletions

View File

@ -694,7 +694,7 @@ table.tableblock > caption.title {
display: block;
white-space: nowrap;
overflow: visible;
max-width: 100%;
max-width: none;
margin: 0;
padding: 0.6rem;
border-bottom: 1px solid #cacaca;

View File

@ -1,6 +1,6 @@
div.back-action, #toc.toc2 div.back-action {
padding: 0.8rem 0rem;
padding: 0.8rem 0 0 0;
//border-right: 1px solid #ddddd8;
a {
position: relative;
@ -30,6 +30,9 @@ div.back-action, #toc.toc2 div.back-action {
}
}
#tocbot.desktop-toc {
padding-top: 0.8rem;
}
#header-spring {
position: absolute;