diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-21 18:36:17 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-21 18:36:17 -0400 |
| commit | bd8ccf436cbf9e1250bb026ae2193bad47468984 (patch) | |
| tree | 67acc0ba098a723d51f33b5c50581a2b39f4d9e6 /doc/build/static/docs.css | |
| parent | e5fb4fec474925ba6883e899650516cd072ff35e (diff) | |
| download | sqlalchemy-bd8ccf436cbf9e1250bb026ae2193bad47468984.tar.gz | |
- add md5-hashed links to changelog entries
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index a5a0cba8d..1243c2a65 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -305,6 +305,14 @@ a.headerlink:hover { background-color: #900; } +/* changeset stuff */ + +#docs-container a.changeset-link { + font-size: 0.8em; + padding: 0 4px 0 4px; + text-decoration: none; +} + /* docutils-specific elements */ th.field-name { |
