| Index: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css | 
| index 42a899db6a39d233ccb4a19f27ca6fb60029027f..4d7c9b8e86049ce93d22448b0c6326fc69764ff0 100644 | 
| --- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css | 
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css | 
| @@ -88,6 +88,11 @@ ol.tree-outline:focus li.selected * { | 
| color: inherit; | 
| } | 
|  | 
| +.tree-outline li .icons-container { | 
| +    margin-left: 4px; | 
| +    align-self: center; | 
| +} | 
| + | 
| .tree-outline li::before { | 
| -webkit-user-select: none; | 
| -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 
|  |