浏览代码

fix chrome

Chris McDonough 15 年之前
父节点
当前提交
e75fb3cdbc
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/.static/repoze.css

+ 11 - 0
docs/.static/repoze.css

@@ -20,3 +20,14 @@ div.related a {
     color: #dad3bd !important;
 }
 
+/* override the justify text align of the default */
+
+div.body p {
+    text-align: left !important;
+}
+
+/* fix google chrome <pre> tag renderings */
+
+pre {
+   line-height: normal !important;
+}