Template:Documentation/styles.css

From Animal Well Wiki
Jump to navigation Jump to search
.documentation {
	clear: both;
	border: 1px solid white;
	border-radius: 10px;
	margin: 1em;
	margin-top: 2rem;
}
.documentationHeader {
	padding: 0 2rem;
	border-bottom: 1px solid grey;
}
.documentationHeader b {
	font-size: 24pt;
}
.documentationFooter {
	border-top: 1px solid grey;
	padding: 0.5rem;
	margin: 0rem;
	font-size: 85%;
	text-align: right;
}