Skip to content

Commit 9a5eeae

Browse files
committed
Set table style and change appendix file name.
1 parent 8163154 commit 9a5eeae

File tree

6 files changed

+273
-228
lines changed

6 files changed

+273
-228
lines changed

_theme/gotgithub/static/sphinxdoc.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,21 @@ div.figure img {
375375
div.body a.footnote-reference {
376376
text-decoration: none;
377377
}
378+
379+
table.classic {
380+
border: 2px solid black;
381+
border-collapse: collapse;
382+
background: white;
383+
}
384+
385+
table.classic td, table.docutils th {
386+
padding: 1px 8px 1px 5px;
387+
border: 1px solid #aaa;
388+
}
389+
390+
table.classic th {
391+
background: #aaa;
392+
color: white;
393+
border: 1px solid black;
394+
text-align: center;
395+
}

_version.inc.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
:Version: <version>
21
:Author: Jiang Xin
2+
:Version: <version>
3+
:Copyright: `Creative Commons BY-NC-SA <http://creativecommons.org/licenses/by-nc-sa/3.0/>`_

0 commit comments

Comments
 (0)