-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.css
More file actions
25 lines (20 loc) · 732 Bytes
/
all.css
File metadata and controls
25 lines (20 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Makes the default template display much better with this plugin.
If using other templates, you may want to make your own adjustments.
This moves the section edit button down onto the same "line" as the header
that it belongs to.
Note: Adding the 'body' selector makes these rules more specific, and so
ensures that they will augment DokuWiki's 'secedit' css rules. You should
be able to override this by adding the 'html' selector to the 'secedit' css
rules in your template.
*/
body div.dokuwiki div.secedit {
overflow: visible;
}
body div.dokuwiki div.secedit input.button {
margin-top: 1.25em;
}
/* Hiding the header will stop Dokuwiki from displaying special content */
body div.dokuwiki h0 {
display: none;
}