Ignore:
Timestamp:
04/05/12 14:10:40 (13 years ago)
Author:
lusterma
Message:
worked on doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/doc/_build/html/_static/basic.css

    r13151 r13316  
    55 * Sphinx stylesheet -- basic theme.
    66 *
    7  * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
     7 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
    88 * :license: BSD, see LICENSE for details.
    99 *
     
    7878    font-family: sans-serif;
    7979    font-size: 1em;
    80 }
    81 
    82 div.sphinxsidebar input[type="text"] {
    83     width: 170px;
    84 }
    85 
    86 div.sphinxsidebar input[type="submit"] {
    87     width: 30px;
    8880}
    8981
     
    222214}
    223215
    224 img.align-left, .figure.align-left, object.align-left {
    225     clear: left;
    226     float: left;
    227     margin-right: 1em;
    228 }
    229 
    230 img.align-right, .figure.align-right, object.align-right {
    231     clear: right;
    232     float: right;
    233     margin-left: 1em;
    234 }
    235 
    236 img.align-center, .figure.align-center, object.align-center {
    237   display: block;
    238   margin-left: auto;
    239   margin-right: auto;
    240 }
    241 
    242216.align-left {
    243217    text-align: left;
     
    245219
    246220.align-center {
     221    clear: both;
    247222    text-align: center;
    248223}
     
    421396
    422397.footnote:target  {
    423     background-color: #ffa;
     398    background-color: #ffa
    424399}
    425400
     
    448423}
    449424
    450 abbr, acronym {
    451     border-bottom: dotted 1px;
    452     cursor: help;
    453 }
    454 
    455425/* -- code displays --------------------------------------------------------- */
    456426
    457427pre {
    458428    overflow: auto;
    459     overflow-y: hidden;  /* fixes display issues on Chrome browsers */
    460429}
    461430
Note: See TracChangeset for help on using the changeset viewer.