Skip to content

Commit

Permalink
Set table style and change appendix file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxin committed Jan 7, 2012
1 parent 8163154 commit 9a5eeae
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 228 deletions.
18 changes: 18 additions & 0 deletions _theme/gotgithub/static/sphinxdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,21 @@ div.figure img {
div.body a.footnote-reference {
text-decoration: none;
}

table.classic {
border: 2px solid black;
border-collapse: collapse;
background: white;
}

table.classic td, table.docutils th {
padding: 1px 8px 1px 5px;
border: 1px solid #aaa;
}

table.classic th {
background: #aaa;
color: white;
border: 1px solid black;
text-align: center;
}
3 changes: 2 additions & 1 deletion _version.inc.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
:Version: <version>
:Author: Jiang Xin
:Version: <version>
:Copyright: `Creative Commons BY-NC-SA <http://creativecommons.org/licenses/by-nc-sa/3.0/>`_
Loading

0 comments on commit 9a5eeae

Please sign in to comment.