buildframework/helium/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx/static/stickysidebar.css
changeset 179 d8ac696cc51f
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
       
     1 /**
       
     2  * Sphinx Doc Design -- Sticky sidebar Overrides
       
     3  */
       
     4 
       
     5 div.sphinxsidebar {
       
     6     top: 30px;
       
     7     left: 0px;
       
     8     position: fixed;
       
     9     margin: 0;
       
    10     float: none;
       
    11 }
       
    12 
       
    13 div.related {
       
    14     position: fixed;
       
    15 }
       
    16 
       
    17 div.documentwrapper {
       
    18     margin-top: 30px;
       
    19 }