left-hang in left-panel
This commit is contained in:
8
main.css
8
main.css
@@ -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) */
|
||||
}
|
||||
Reference in New Issue
Block a user