<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Section edit links
 */

span.vector-editLink {
	float: none;
	display: inline-block;
}

span.vector-editLink a {
	padding-left: 18px;
	/* @embed */
	background: url(images/edit-faded.png) left top no-repeat;
}

span.vector-editLink a:hover {
	/* @embed */
	background-image: url(images/edit.png);
}
</pre></body></html>