summaryrefslogtreecommitdiff
path: root/local.css
blob: 02b058aa7da73df174a6b0be5953871bd7ac1854 (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. }