Benutzer:Andreas Plank/Ausdrucken optimieren
Aus Offene Naturführer
table.nested {
width: 470px!important;
}
td.leadextras > div {
width: 460px!important;
display: inline;
border:1px solid red;
}
td.leadextras > div table td >table {
display: inline-block;
}
tr.dt-row > td.lead-row1 ~ td table td {
float:left;
display: inline-block;
vertical-align: top;
page-break-inside: avoid;
background-color: red;
}