浏览代码

Fix font-size, it's odd and inconsistent in the theme

Marcel Stör 8 年之前
父节点
当前提交
4609a88230
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/css/extra.css

+ 6 - 0
docs/css/extra.css

@@ -13,6 +13,9 @@ ul.subnav ul.subnav span {
   padding-left: 1.3em;
 }
 
+body {
+  font-size: 100%;
+}
 p {
   line-height: 20px;
   margin-bottom: 16px;
@@ -30,6 +33,9 @@ code {
   font-size: 85%;
   margin-right: 3px;
 }
+table.docutils td code {
+  font-size: 100%;
+}
 .wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
   line-height: 20px;
   margin-bottom: 16px;