Chris McDonough vor 15 Jahren
Ursprung
Commit
e75fb3cdbc
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  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;
+}