/* ==UserStyle==
// @name         Len R's DOM Inspector super-reduce indent on tree
//			based on style by Jason Barnabe (#819)
// @author       LRodman
// @version      v1.1
// @changes      for RC1
// ==/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-twisty { 
	display:none!important;
	margin:2px -3px 0px -16px !important;}

/*   treechildren::-moz-tree-indentation { width: 6px !important;}*/

}