diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-30 11:54:40 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-30 11:54:40 -0400 |
| commit | 0c3e2b49b99655edba28230a70622982faba7185 (patch) | |
| tree | 981782a8649e6b7c292238a8d5b92be4f7d71910 /doc/build/static/docs.css | |
| parent | 30f6b8b9bd3b3759cdf4ad0103a3c82d2bfd7201 (diff) | |
| download | sqlalchemy-0c3e2b49b99655edba28230a70622982faba7185.tar.gz | |
- add a glossary b.c. hey its a good idea
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 b8e334616..be13e5a75 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -355,6 +355,10 @@ dl.exception > dt padding: 0px 10px; } +dl.glossary > dt { + font-weight:bold; + font-size:1.1em; +} dt:target, span.highlight { |
