diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-13 15:49:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-13 15:49:27 -0400 |
| commit | 7378611832a8b58ce040dab3ee0739209c4c8854 (patch) | |
| tree | 15d7ef3d60c5133a8b2089e4fc7cbbad49a07f08 /doc/build/static/docs.css | |
| parent | 27781263d93e4e35c8c39ed163fa827506cfb193 (diff) | |
| download | sqlalchemy-7378611832a8b58ce040dab3ee0739209c4c8854.tar.gz | |
- added documentation for Inspector [ticket:1820]
- fixed "toplevel" regexp to include tokens of the form foo-bar-toplevel (i.e. multiple dashes)
- some CSS adjustment so that all API headings are in gray.
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 33fbca527..1df49f8b2 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -250,6 +250,9 @@ pre { } dl.function > dt, +dl.attribute > dt, +dl.classmethod > dt, +dl.method > dt, dl.class > dt { background-color:#F0F0F0; @@ -257,6 +260,7 @@ dl.class > dt padding: 0px 10px; } + dt:target, span.highlight { background-color:#FBE54E; } |
