blob: 1e45c3d23110ff9690d8ad29a762a251d2c0cba4 (
plain)
- /* ikiwiki local style sheet */
- /* Add local styling here, instead of modifying style.css. */
- DIV#wrapper {
- float: right;
- width: 90%;
- }
- DIV#content {
- float: left;
- max-width: 72em;
- }
- DIV#content IMG {
- display: block;
- clear: both;
- float: right;
- padding: 10px;
- }
|