1/**
2 * EditSections2 Plugin for DokuWiki / style.css
3 *
4 * @author Ben Coburn <btcoburn@silicodon.net>
5 * @author Kazutaka Miyasaka <kazmiya@gmail.com>
6 */
7
8html.js body div.dokuwiki div.editbutton_section input.button {
9  margin-top: 2em;
10}
11
12body div.dokuwiki div.secedit input.button,
13body div.dokuwiki div.editbutton_section input.button {
14  margin-top: 1.5em;
15}
16
17body div.dokuwiki div.editbutton_table input.button {
18  margin-top: 0em;
19}
20