cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / memory_internals / extension_view.css
blob24d2a25176e2f7e9ec7fdf5c409655d67bbff487
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #extension-view .extension-id {
6 text-align: right;
7 width: 4em;
10 #extension-view .extension-info {
11 text-align: left;
14 #extension-view .extension-memory {
15 border-left: 1px solid rgb(181, 198, 222);
16 text-align: right;
17 width: 7em;
20 #extension-template {
21 display: none;