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