Template:TemplateStyles/Oberon/styles.css

From Wikibooks, open books for an open world
Jump to navigation Jump to search
/* A page with content model set to sanitized-css, for use with Oberon books */
.noautonum .tocnumber 
{ 
	display: none; 
}

/* Set defaults for pre element */
pre
{
	font-family: monospace, monospace; font-size: 75%; line-height:1.25; background-color: white; border: none; padding: 0; overflow: hidden;
}