summaryrefslogtreecommitdiff
path: root/local.css
blob: 298d6c6643e46f2dbae4ed5f3820b87b56964cbe (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. div.header {
  4. margin: 1em 1em 0;
  5. }
  6. div.header,
  7. span.author,
  8. div.recentchanges,
  9. span.committype,
  10. div#footer {
  11. font-size: 80%;
  12. }
  13. DIV#wrapper {
  14. float: right;
  15. width: 80%;
  16. }
  17. DIV#content {
  18. float: right;
  19. max-width: 72em;
  20. }
  21. DIV#content IMG {
  22. display: block;
  23. clear: both;
  24. float: left;
  25. padding: 10px;
  26. }
  27. div#pageinfo {
  28. margin: 15em 1em 1em;
  29. padding: 1em 0 0;
  30. border-top: 0;
  31. }
  32. div.actions ul {
  33. border-bottom: 0;
  34. }