diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-25 18:13:01 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-25 18:13:01 +0000 |
| commit | ea288d73ed82c82ebb11d5c989d84458c12ed49e (patch) | |
| tree | 02b84797c192a0cef3514ede98dc4183ebdd6bf2 /doc/docs.css | |
| parent | 47841349d95660b4b21522ef3b97ad41f4a36d33 (diff) | |
| download | sqlalchemy-ea288d73ed82c82ebb11d5c989d84458c12ed49e.tar.gz | |
doc dev
Diffstat (limited to 'doc/docs.css')
| -rw-r--r-- | doc/docs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.css b/doc/docs.css index a8d73d21e..3db51b893 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -96,6 +96,9 @@ code { font-size:12px; } +pre { + overflow:auto; +} .codeline { font-family:courier, serif; font-size:12px; |
