| Index: chrome/browser/resources/sync_file_system_internals/main.css
|
| diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/sync_file_system_internals/main.css
|
| similarity index 73%
|
| copy from chrome/browser/resources/quota_internals/main.css
|
| copy to chrome/browser/resources/sync_file_system_internals/main.css
|
| index 5434daa36b377fd9045dc50c76e1f8e4bf5fca87..24752d0213e3d964e23b117bf7683d446682f210 100644
|
| --- a/chrome/browser/resources/quota_internals/main.css
|
| +++ b/chrome/browser/resources/sync_file_system_internals/main.css
|
| @@ -1,4 +1,4 @@
|
| -/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +/* Copyright 2013 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| @@ -9,12 +9,6 @@ td {
|
| text-align: center;
|
| }
|
|
|
| -#tree-view-container {
|
| - float: left;
|
| - min-width: 15em;
|
| - width: 20%;
|
| -}
|
| -
|
| tr:nth-child(odd) {
|
| background: rgb(238, 238, 255);
|
| }
|
|
|