diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-27 19:06:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-27 19:06:30 -0400 |
| commit | 5dfcf24b85567dd6c75766edf1757fa4d5f33a68 (patch) | |
| tree | d8575cd06d310d833896f7d8935ab07e24d45a47 | |
| parent | bcb978d7b54b2f5517a2dc3f1aeb831f3fe82b32 (diff) | |
| download | sqlalchemy-5dfcf24b85567dd6c75766edf1757fa4d5f33a68.tar.gz | |
- add some more height here so that anchors come out
| -rw-r--r-- | doc/build/static/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 3bb77acc4..99858b429 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -214,8 +214,8 @@ a.headerlink:hover { #docs-container.preautomated div.section:before { content: " "; display: block; - height:100px; - margin-top: -100px; + height:120px; + margin-top: -120px; visibility: hidden; } |
