left-hang in left-panel

This commit is contained in:
2026-02-16 23:27:43 +01:00
parent 9d5fc8ee70
commit ae69788420
2 changed files with 17 additions and 1 deletions

View File

@@ -12,7 +12,6 @@
/* print background and images */
-webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 15.3, Edge */
color-adjust: exact !important; /* Firefox 48 96 */
print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
}
@@ -52,11 +51,13 @@ h2 {
font-size: 13pt;
}
/* Block heading */
h3 {
font-weight: normal;
margin-bottom: 8pt;
}
/* Block heading: subject */
h3 span.t {
font-weight: 800;
}
@@ -68,3 +69,8 @@ div.block {
div.block p {
line-height: 1.4;
}
div.block div.left-hang {
float: left;
margin-left: -7.2cm; /* -(#left-panel.width - #right-panel.padding-left + target-margin-left) */
}