1/**
2 * Basic print styles. These styles are needed for basic DokuWiki functions
3 * regardless of the used template. Templates can override them of course
4 */
5
6div.error, /* messages with msg() */
7div.info,
8div.success,
9div.notify,
10.secedit, /* section edit button */
11.a11y, /* accessibly hidden text */
12.JSpopup, /* modal windows */
13#link__wiz {
14    display: none;
15}
16