summaryrefslogtreecommitdiff
path: root/docs/.static
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.static')
-rw-r--r--docs/.static/repoze.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css
index 79926b145..f67340cc5 100644
--- a/docs/.static/repoze.css
+++ b/docs/.static/repoze.css
@@ -20,3 +20,8 @@ div.related a {
color: #dad3bd !important;
}
+/* override the justify text align of the default */
+
+div.body p {
+ text-align: left !important;
+}