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; + } + } + } +} + diff --git a/style.less b/style.less index 7e06056..047beee 100644 --- a/style.less +++ b/style.less @@ -334,6 +334,13 @@ form.struct_newschema { .dokuwiki .structaggregation { + &.structaggregationtable, + &.structaggregationeditortable { + table.inline td > *:last-child { + margin-bottom: 0; + } + } + &.structaggregationlist > ul li div { display: inline;