/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

div.header {
	margin: 1em 1em 0;
}
div.header,
span.author,
div.recentchanges,
span.committype,
div#footer {
	font-size: 80%;
}

DIV#wrapper {
	float: right;
	width: 80%;
}
DIV#content {
	max-width: 72em;
}
DIV#content IMG {
	display: block;
	clear: both;
	float: left;
	padding: 10px;
}
div#pageinfo {
	margin: 15em 1em 1em;
	padding: 1em 0 0;
	border-top: 0;
}
div.actions ul {
	border-bottom: 0;
}