-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (32 loc) · 814 Bytes
/
style.css
File metadata and controls
39 lines (32 loc) · 814 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
div.dokuwiki div.refnotes {
clear: both;
margin: 0 0 1em 0;
}
div.dokuwiki div.refnotes hr {
text-align: left;
margin-bottom: 0.2em;
}
div.dokuwiki div.refnotes div.notes {
padding-left: 1em;
margin-bottom: 1em;
}
div.dokuwiki div.refnotes div.note.reduced {
font-size: 90%;
}
div.dokuwiki div.refnotes div.note.small {
font-size: 75%;
}
div.dokuwiki div.refnotes div.note.justify {
text-align: justify;
}
div.dokuwiki div.refnotes div.note.left {
text-align: left;
}
/* HACK: Fix compatibility problem with Sidebar plugin (issue 6) */
.sidebar_inside_left div.insitu-footnote,
.sidebar_inside_right div.insitu-footnote,
.sidebar_outside_left div.insitu-footnote,
.sidebar_outside_right div.insitu-footnote {
background: __background_other__;
padding: 4px;
}