summaryrefslogtreecommitdiff
path: root/local.css
blob: 3e707ce65f3f1fa05934aa3f4e906a2a2327a534 (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. DIV#wrapper {
  4. float: right;
  5. width: 80%;
  6. }
  7. DIV#content {
  8. float: right;
  9. max-width: 72em;
  10. }
  11. DIV#content IMG {
  12. display: block;
  13. clear: both;
  14. float: left;
  15. padding: 10px;
  16. }