| Index: chrome_linux/resources/inspector/navigatorView.css
|
| ===================================================================
|
| --- chrome_linux/resources/inspector/navigatorView.css (revision 237140)
|
| +++ chrome_linux/resources/inspector/navigatorView.css (working copy)
|
| @@ -92,6 +92,10 @@
|
| margin: auto;
|
| }
|
|
|
| +.navigator-tabbed-pane {
|
| + flex: auto;
|
| +}
|
| +
|
| .navigator-tabbed-pane .tabbed-pane-content {
|
| overflow: hidden;
|
| }
|
| @@ -104,10 +108,6 @@
|
| padding-left: 0;
|
| }
|
|
|
| -.navigator-tabbed-pane .tabbed-pane-header {
|
| - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E5E5E5));
|
| -}
|
| -
|
| .navigator-tabbed-pane .tabbed-pane-header-contents {
|
| margin-left: 2px;
|
| margin-right: 28px;
|
|
|