xref: /plugin/struct/print.less (revision 0549dcc5bc88d4f9d923acdd09931d8d51be7097)
1.dokuwiki .structaggregation {
2  table {
3    th.action,
4    td.action,
5    tr.dataflt {
6      display: none;
7    }
8  }
9}
10
11.dokuwiki .structaggregation.listaggregation > ul li div {
12  display: inline;
13
14  p {
15    display: inline;
16    margin: 0;
17  }
18}
19
20.dokuwiki .struct_entry_form {
21  display: none;
22}
23