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;
+}