Ensure that there is space between Document Lifecycle and other metadata

This commit is contained in:
Jonas Schäfer 2019-04-06 09:42:01 +02:00
parent 12b3bd5871
commit 5f66ffc2f1
1 changed files with 5 additions and 0 deletions

View File

@ -1419,6 +1419,7 @@
div.docmeta-wrap > div.timeline-wrap {
flex: 1 0 auto;
padding-left: 1.5em;
}
div.timeline-head {
@ -1623,6 +1624,10 @@
display: block;
}
div.docmeta-wrap > div.timeline-wrap {
padding-left: 0;
}
ol.timeline {
border-left: 0.1em solid black;
border-right: none;