User:Banri/common.css: Difference between revisions

From [N8]
Jump to navigation Jump to search
Replaced content with "syntaxhighlight: div.mw-geshi { border: 1px dashed #007700; padding: 1em; }"
Tag: Replaced
No edit summary
Line 3: Line 3:
border: 1px dashed #007700;
border: 1px dashed #007700;
padding: 1em;
padding: 1em;
}
/* adjust tab size */
body,
.mw-highlight pre {
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;
}
}

Revision as of 18:42, 8 June 2020

/* syntaxhighlight */
div.mw-geshi {
	border: 1px dashed #007700;
	padding: 1em;
}
/* adjust tab size */
body,
.mw-highlight pre {
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
}