<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dijitAdditionalEditorIconShowBlockNodes {
	background-image: url(../icons/showBlockNodes.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}
.dijitDisabled .dijitAdditionalEditorIconShowBlockNodes {
	background-image: url(../icons/showBlockNodesDisabled.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}
</pre></body></html>