You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
483 B
30 lines
483 B
/**
|
|
* This file provides styles for the image detail page (detail.php).
|
|
*/
|
|
|
|
#dokuwiki__detail {
|
|
padding: 1em;
|
|
}
|
|
#dokuwiki__detail h1 {
|
|
}
|
|
|
|
#dokuwiki__detail img {
|
|
float: left;
|
|
margin: 0 1.5em .5em 0;
|
|
}
|
|
#dokuwiki__detail div.img_detail {
|
|
float: left;
|
|
}
|
|
|
|
#dokuwiki__detail div.img_detail h2 {
|
|
}
|
|
#dokuwiki__detail div.img_detail dl {
|
|
}
|
|
#dokuwiki__detail div.img_detail dl dt {
|
|
}
|
|
#dokuwiki__detail div.img_detail dl dd {
|
|
}
|
|
|
|
#dokuwiki__detail p.back {
|
|
clear: both;
|
|
}
|