Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-11-06 14:43:00 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-11-06 14:51:39 +0300
commit8ecd7ff08249739bbc6d900527fe9306592456ab (patch)
treec8521411547e3da7661770bda9435954e79169b3 /sphinx/themes/agogo/static/agogo.css_t
parentf2091e051253b3b2821479babe948f059b75c017 (diff)
Restore themes/basic/defindex.html (refs: #2986)
This reverts commits: * 32981d10481585342014e54445e6460ae6771627. * 6704672df286e60b290f325dffff958ba6bb4d94
Diffstat (limited to 'sphinx/themes/agogo/static/agogo.css_t')
-rw-r--r--sphinx/themes/agogo/static/agogo.css_t20
1 files changed, 20 insertions, 0 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index c6e2aa64d..0baec16fc 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -435,6 +435,26 @@ ul.keywordmatches li.goodmatch a {
font-weight: bold;
}
+/* -- index page ------------------------------------------------------------ */
+
+table.contentstable {
+ width: 90%;
+}
+
+table.contentstable p.biglink {
+ line-height: 150%;
+}
+
+a.biglink {
+ font-size: 1.3em;
+}
+
+span.linkdescr {
+ font-style: italic;
+ padding-top: 5px;
+ font-size: 90%;
+}
+
/* -- general index --------------------------------------------------------- */
table.indextable td {