/* ==UserStyle==
// @name         Len R's DOM Inspector super-reduce indent on tree
//			based on style by Jason Barnabe (#819)
// @author       LRodman
// @version      v1.0
// ==/UserStyle==*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://inspector/content/viewers/dom/dom.xul) {
	treechildren::-moz-tree-indentation { width: 6px !important;}
	treechildren::-moz-tree-twisty { 
		display:none!important;
		margin:2px -6px 0px 0px !important;}
}

