Home | History | Annotate | Download | only in memory_internals
      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. */
      4 
      5 #extension-view .extension-id {
      6   text-align: right;
      7   width: 4em;
      8 }
      9 
     10 #extension-view .extension-info {
     11   text-align: left;
     12 }
     13 
     14 #extension-view .extension-memory {
     15   border-left: 1px solid rgb(181, 198, 222);
     16   text-align: right;
     17   width: 7em;
     18 }
     19 
     20 #extension-template {
     21   display: none;
     22 }
     23