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