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