summaryrefslogtreecommitdiff
path: root/local.css
blob: 92bf5cbfbec87d78ab77872131c949e43bdd7dee (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. max-width: 72em;
  19. }
  20. DIV#content IMG {
  21. display: block;
  22. clear: both;
  23. float: left;
  24. padding: 10px;
  25. }
  26. div#pageinfo {
  27. margin: 15em 1em 1em;
  28. padding: 1em 0 0;
  29. border-top: 0;
  30. }
  31. div.actions ul {
  32. border-bottom: 0;
  33. }