Difference between revisions of "User:Dangries/myStyle.css"

From WeBWorK_wiki
Jump to navigation Jump to search
(Created page with "code { line-height: 2; background-color:#E0E0FF; padding:0.25em; } .codeBlock { line-height: 1; width: 50%; margin: 10px; padding: 0px 10px 0px 10px; background-color:...")
(No difference)

Revision as of 16:00, 31 July 2013

code {
	line-height: 2;
	background-color:#E0E0FF;
	padding:0.25em;
}
.codeBlock {
	line-height: 1;
	width: 50%;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	background-color:#E0E0FF;
}
#fullSource {
	font-size: 9pt;
	background-color: #E0E0FF;
	line-height: 1;
	//width: 50%;
	margin: 10px;
	padding: 0px 10px 0px 10px;
}
#fullSource pre code {
	line-height: 1;
	background-color: transparent;
	padding:0px;
}
pre code {
	margin: 10px;
}