small pdf layout fixes for news

workspace
Brendan Howell 5 years ago
parent 457d856816
commit 2d4b5886f6

@ -28,7 +28,7 @@
a::after {
counter-increment: sidenote-counter;
content: counter(sidenote-counter);
font-size: smaller;
font-size: 7pt;
vertical-align: super;
}
#twocol {

@ -120,6 +120,13 @@
height: auto;
}
.mail .mailrow {
width: 100%;
clear: both;
}
.mail .mailheader {
padding-top: 3pt;
border-top: 0.1pt solid black;
width: 100%;
clear: both;
}
</style>
@ -149,7 +156,7 @@
% for msg in inbox:
<div class="mail">
<div class="mailrow">
<div class="mailheader">
<div class="mailsender">${msg["fromname"]} ${msg["fromaddr"]}</div>
<div class="mailsubject">${msg["subject"]}</div><div class="maildate">${msg["date"]}</div>
</div>

Loading…
Cancel
Save