xref: /plugin/struct/print.less (revision 844a4f0155c582c9d438a57b851ad8fb0d074049)
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