diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-06 20:43:00 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-06 20:51:39 +0900 |
| commit | 8ecd7ff08249739bbc6d900527fe9306592456ab (patch) | |
| tree | c8521411547e3da7661770bda9435954e79169b3 /sphinx/themes/epub | |
| parent | f2091e051253b3b2821479babe948f059b75c017 (diff) | |
| download | sphinx-git-8ecd7ff08249739bbc6d900527fe9306592456ab.tar.gz | |
Restore themes/basic/defindex.html (refs: #2986)
This reverts commits:
* 32981d10481585342014e54445e6460ae6771627.
* 6704672df286e60b290f325dffff958ba6bb4d94
Diffstat (limited to 'sphinx/themes/epub')
| -rw-r--r-- | sphinx/themes/epub/static/epub.css_t | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sphinx/themes/epub/static/epub.css_t b/sphinx/themes/epub/static/epub.css_t index 7c4ca1217..ab8610072 100644 --- a/sphinx/themes/epub/static/epub.css_t +++ b/sphinx/themes/epub/static/epub.css_t @@ -134,6 +134,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: 130%; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + /* -- general index --------------------------------------------------------- */ table.indextable td { |
