Chris McDonough 15 yıl önce
ebeveyn
işleme
e75fb3cdbc
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  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;
+}