Added docs to master branch.

这个提交包含在:
craig-warren
2015-10-31 20:13:26 +00:00
父节点 f77f6c4d1a
当前提交 d1cc26fdc6
共有 52 个文件被更改,包括 2454 次插入0 次删除

查看文件

@@ -0,0 +1,27 @@
@import url("theme.css");
/* Main panel */
.wy-nav-content {
max-width: 80%;
}
/* Maths */
.MathJax_Display {
text-align: left !important;
}
/* Citation tables */
.wy-table-responsive {
margin: 0;
border-top: 1px dotted rgba(235,235,235,1) ! important;
}
table.citation td {
padding: 5px ! important;
}
table.citation td.label {
width: 100px ! important;
}