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.

32 lines
522 B

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