diff options
Diffstat (limited to 'chrome/browser/resources/quota_internals/main.css')
-rw-r--r-- | chrome/browser/resources/quota_internals/main.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/quota_internals/main.css deleted file mode 100644 index 5753406..0000000 --- a/chrome/browser/resources/quota_internals/main.css +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (c) 2011 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. -*/ - -th, td { - padding-left: 0.5em; - padding-right: 0.5em; - text-align: center; -} - -#tree-view-container { - float: left; - min-width: 15em; - width: 20%; -} - -tr:nth-child(odd) { - background: #eeeeff; -} - -.tree-item:not([may-have-children]) > .tree-row > .tree-label { - background-image: url("../shared/images/icon_file.png"); -} |