diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-04 18:52:34 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-04 18:52:34 -0400 |
| commit | 145a3c627c38208cfc4cd99c9ef1c1a0a0555b6d (patch) | |
| tree | 7d3ea17c1a413a1a97c96db5bbd3a6546b6af741 /doc/build/static/docs.css | |
| parent | d6614c63b20aa47d588dcb103672a29e62057bff (diff) | |
| download | sqlalchemy-145a3c627c38208cfc4cd99c9ef1c1a0a0555b6d.tar.gz | |
some prep for the 'viewcode' plugin, which works, though not sure if its helpful
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 1df49f8b2..84eb056b5 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -239,6 +239,9 @@ pre { font-weight: bold; } +.viewcode-back, .viewcode-link { + float:right; +} .prerelease { border: solid #c25757 2px; border-radius: 4px; |
