Browse Source

fix chrome

Chris McDonough 15 years ago
parent
commit
e75fb3cdbc
1 changed files with 11 additions and 0 deletions
  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;
+}