From 792d154b1aa8eb76654f319db6187a5fbcae020d Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Sun, 28 Aug 2016 09:30:21 +0900 Subject: [PATCH] fix sphinx document's style to satisfy xhtml standard --- doc/_templates/index.html | 10 +++++----- doc/_themes/sphinx13/static/sphinx13.css | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/_templates/index.html b/doc/_templates/index.html index aa1cec85a..c02641624 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -46,15 +46,15 @@

{%trans%}Documentation{%endtrans%}

- -
+ + diff --git a/doc/_themes/sphinx13/static/sphinx13.css b/doc/_themes/sphinx13/static/sphinx13.css index 8b3ebdf3a..a2549e181 100644 --- a/doc/_themes/sphinx13/static/sphinx13.css +++ b/doc/_themes/sphinx13/static/sphinx13.css @@ -394,3 +394,9 @@ div.viewcode-block:target { border-top: 1px solid #ac9; border-bottom: 1px solid #ac9; } + +.contentstable { + margin-left: 30px; + margin: 0 auto; + table-layout: fixed; +}
- - + + {%- if hasdoc('search') %}{%- endif %} {%- if hasdoc('genindex') %}{%- endif %}