1/**
2 * This file provides styles for the image detail page (detail.php).
3 */
4
5#dokuwiki__detail {
6  padding: 1em;
7}
8
9
10#dokuwiki__detail img {
11  float: left;
12  margin: 0 1.5em .5em 0;
13}
14[dir=rtl] #dokuwiki__detail img {
15  float: right;
16  margin-right: 0;
17  margin-left: 1.5em;
18}
19#dokuwiki__detail div.img_detail {
20  float: left;
21}
22[dir=rtl] #dokuwiki__detail div.img_detail {
23  float: right;
24}
25
26
27
28
29
30
31#dokuwiki__detail p.back {
32  clear: both;
33}
34