1.dokuwiki.mode_admin {
2
3  a {
4    text-decoration: none;
5  }
6  h2 {
7    clear: both;
8  }
9  form {
10    input[type=checkbox],
11    input[type=radio] {
12      width: unset;
13      height: unset;
14    }
15  }
16}
17