Home | History | Annotate | Download | only in css
      1 /* Copyright (c) 2012 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 
      6 #gc-pagecontent {
      7   margin: 0;
      8 }
      9 
     10 #gc-pagecontent #index td {
     11   padding: 6px 12px;
     12 }
     13 
     14 #howDoIStart {
     15   width: 330px;
     16 }
     17 
     18 #howDoIStart ol {
     19   margin: 0 0 1em 15px;
     20   padding: 0;
     21 }
     22