diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-04-29 16:21:43 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-04-29 16:21:43 +0000 |
| commit | ec66cd4c44eda62ab72c11d302b12231c60cf41e (patch) | |
| tree | df6d82722e0c094a5fdb29634e084c0f610fd2cd /doc/docs.css | |
| parent | c0f391af951ab75a1c486d4179216d31997a0f83 (diff) | |
| download | sqlalchemy-ec66cd4c44eda62ab72c11d302b12231c60cf41e.tar.gz | |
- CSS change to regular font for docstrings now that we use docutils for formatting
- dynamicmetadata clarification
Diffstat (limited to 'doc/docs.css')
| -rw-r--r-- | doc/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs.css b/doc/docs.css index c5c3cb437..d65f5aff5 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -129,7 +129,7 @@ h3 { } .darkcell { - font-family: courier, "courier new", serif; + /*font-family: courier, "courier new", serif;*/ margin:0px 0px 10px 0px; padding:4px 4px 4px 4px; background-color: #f0f0f0; |
