From db3d328fba564a8063cbc2b4f3ccb186190a48e8 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 5 Feb 2012 03:18:43 -0500 Subject: [PATCH] DOC: Tweak layout of contents table. --- doc/source/index.txt | 8 +++++--- doc/source/themes/agogo/static/agogo.css_t | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/source/index.txt b/doc/source/index.txt index 7ffda9ce..362d79ab 100644 --- a/doc/source/index.txt +++ b/doc/source/index.txt @@ -38,11 +38,13 @@ Sections Conditions on the use and redistribution of this package. + * - `Examples `_ + + Introductory examples + + - -`Examples `_ - -Introductory examples Indices and Tables ================== diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 23ebb175..4a947245 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -425,7 +425,13 @@ table.contentstable, table.contentstable td, table.contentstable th { border-style: none; } +div.body table.contentstable p { + margin: 0.5em; + text-align: left; +} + table.contentstable a { + text-decoration: none; font-size: 120%; }