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

14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
  1. /**
  2. * This file provides styles for the image detail page (detail.php).
  3. */
  4. #dokuwiki__detail {
  5. padding: 1em;
  6. }
  7. #dokuwiki__detail h1 {
  8. }
  9. #dokuwiki__detail img {
  10. float: left;
  11. margin: 0 1.5em .5em 0;
  12. }
  13. #dokuwiki__detail div.img_detail {
  14. float: left;
  15. }
  16. #dokuwiki__detail div.img_detail h2 {
  17. }
  18. #dokuwiki__detail div.img_detail dl {
  19. }
  20. #dokuwiki__detail div.img_detail dl dt {
  21. }
  22. #dokuwiki__detail div.img_detail dl dd {
  23. }
  24. #dokuwiki__detail p.back {
  25. clear: both;
  26. }