diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-18 18:24:15 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-18 18:24:15 -0400 |
| commit | 017989ce8bca6e0540701fe0221fcfc556f7aba8 (patch) | |
| tree | b7d0acba55f2af66d7c90b1042b8fd397caad53d /doc/build/static/docs.css | |
| parent | ba67f7dbc5eb7a1ed2a3e1b56df72a837130f7bb (diff) | |
| download | sqlalchemy-017989ce8bca6e0540701fe0221fcfc556f7aba8.tar.gz | |
- move out maxdb
- begin consolidating docs for dialects to be more self contained
- add a separate section for "external" dialects
- not sure how we're going to go with this yet.
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index be13e5a75..a5a0cba8d 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -226,13 +226,20 @@ a.headerlink:hover { #docs-body h1 { /* hide the <h1> for each content section. */ display:none; - font-size:1.8em; + font-size:2.0em; } #docs-body h2 { - font-size:1.6em; + font-size:1.8em; + border-top:1px solid; + /*border-bottom:1px solid;*/ + padding-top:20px; } +#sqlalchemy-documentation h2 { + border-top:none; + padding-top:0; +} #docs-body h3 { font-size:1.4em; } |
