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 div.content {
12}
13
14#dokuwiki__detail div.content img {
15    float: left;
16    margin-right: 1.5em;
17}
18#dokuwiki__detail div.content div.img_detail {
19    float: left;
20}
21
22#dokuwiki__detail div.img_detail h2 {
23}
24#dokuwiki__detail div.img_detail dl {
25}
26#dokuwiki__detail div.img_detail dl dt {
27}
28#dokuwiki__detail div.img_detail dl dd {
29}
30
31#dokuwiki__detail p.back {
32}
33