Fix content size of dls in the modern template when pdf-izing

This commit is contained in:
Roland O'Leary 2013-11-24 21:39:47 -05:00
parent 3cf3d4df43
commit 07df0a230e

View File

@ -91,6 +91,8 @@ body.pdf {
margin: .7em 0 0; margin: .7em 0 0;
page-break-inside: avoid !important; page-break-inside: avoid !important;
display: block; display: block;
width:84%;
float: left;
dt {} dt {}
dd { dd {
} }