| Index: third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
|
| index 85119fa0f3dda45bb1589fb8f69ea79650d9e5bc..9dbb3c9145fb3d7da65c18019140063bb7b1cb4c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
|
| @@ -56,13 +56,14 @@
|
| min-width: 100%;
|
| min-height: 100%;
|
| display: inline-block;
|
| - position: relative
|
| + position: relative;
|
| }
|
|
|
| .navigator li {
|
| height: 18px;
|
| line-height: 17px;
|
| white-space: nowrap;
|
| + padding-right: 3px;
|
| }
|
|
|
| .navigator :focus li.selected {
|
| @@ -80,7 +81,9 @@
|
| .navigator .icon {
|
| width: 16px;
|
| height: 16px;
|
| - float: left;
|
| + margin-top: -2px;
|
| + position: relative;
|
| + top: 3px;
|
| }
|
|
|
| .navigator .base-navigator-tree-element-title {
|
|
|