diff --git a/print.less b/print.less index 671c2cf..40721dd 100644 --- a/print.less +++ b/print.less @@ -20,3 +20,17 @@ .dokuwiki .struct_entry_form { display: none; } + +.dokuwiki .structaggregation { + &.structaggregationtable, &.structaggregationeditortable { + table.inline td { + & > *:last-child { + margin-bottom: 0; + } + & > *:first-child { + margin-top: 0; + } + } + } +} +