diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-26 16:40:24 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-26 16:40:24 -0400 |
| commit | 2ce24b64e17075726761eb7b017642ea05c72479 (patch) | |
| tree | 6bf43827204a7f13ccf7772738cff7fc1afbd830 /doc/build/static/docs.css | |
| parent | e17ea5b3af050abd494b1d985b986455e0b26d80 (diff) | |
| download | sqlalchemy-2ce24b64e17075726761eb7b017642ea05c72479.tar.gz | |
more tweaks
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 9797bbf65..f9d60a45a 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -199,12 +199,25 @@ a.headerlink:hover { background-color:#FFF; } +#docs-sidebar.preautomated { + overflow-y: auto; + bottom: 0; +} + +/* http://css-tricks.com/hash-tag-links-padding/ */ +#docs-container.preautomated div.section:before { + content: " "; + display: block; + height:100px; + margin-top: -100px; + visibility: hidden; +} + #docs-sidebar.automated { float: none; position: fixed; - top: 96px; - bottom: 0; - overflow-y: auto; + top: 120px; + min-height: 0; } |
