diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 21:47:58 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 21:47:58 +0200 |
| commit | 534a433f796e7bfc52ceb0bd1bfddf07333f1d46 (patch) | |
| tree | 918f064307b473f8e3bf5e55e0aba820d9cdb4dd | |
| parent | acb37156fb583d188cce6af6485518c4622e5e04 (diff) | |
| download | sqlparse-534a433f796e7bfc52ceb0bd1bfddf07333f1d46.tar.gz | |
Some style nits.
| -rw-r--r-- | docs/agogo/static/agogo.css_t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/agogo/static/agogo.css_t b/docs/agogo/static/agogo.css_t index 5ab9345..afb830a 100644 --- a/docs/agogo/static/agogo.css_t +++ b/docs/agogo/static/agogo.css_t @@ -159,6 +159,10 @@ div.document p { margin-bottom: .5em; } +div.document li.toctree-l1 { + margin-bottom: 1em; +} + div.document .descname { font-weight: bold; } |
