diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-08 00:20:20 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-08 00:20:20 +0000 |
| commit | dd91a165ccd0c8ada181fa657f4ac457fddcc711 (patch) | |
| tree | 53b0dde9b39709028776d89992569e66751d4f01 /doc/build/static | |
| parent | 480436ff7cdfe8564e818d611cc0aff20b774754 (diff) | |
| download | sqlalchemy-dd91a165ccd0c8ada181fa657f4ac457fddcc711.tar.gz | |
- restored the main search form
- fixed search highlighting
- the url docstring works again from a ReST perspective, still not PDF
Diffstat (limited to 'doc/build/static')
| -rw-r--r-- | doc/build/static/docs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 3735221ce..810c51410 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -34,6 +34,10 @@ strong a { float:right; } +#searchform { + padding:20px; +} + #pagecontrol { float:right; } @@ -224,7 +228,7 @@ dl.class > dt padding: 0px 10px; } -dt:target { +dt:target, span.highlight { background-color:#FBE54E; } |
