diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-29 15:38:17 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-29 15:38:17 -0400 |
| commit | 39e15ac76029ca65d01a106d162afa2c49ffbc16 (patch) | |
| tree | 346efa126e2edf4e8a55378aa31bd5760283582b /doc/build/static/docs.css | |
| parent | 686887688d33995b3edead74d352af66b21c80ea (diff) | |
| download | sqlalchemy-39e15ac76029ca65d01a106d162afa2c49ffbc16.tar.gz | |
more
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 07b87274d..cc221f619 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -237,20 +237,21 @@ a.headerlink:hover { #docs-sidebar { padding: 0px 0 0 15px; - top: 150px; + top: 140px; bottom: 0; min-height: 0; overflow-y: auto; + margin-top:10px; } #docs-sidebar-popout { height:120px; max-height: 120px; - position:absolute; } -#fixed-sidebar.preautomated #docs-sidebar { +#fixed-sidebar.preautomated #docs-sidebar, +#fixed-sidebar.preautomated #docs-sidebar-popout { position:absolute; } |
