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