summaryrefslogtreecommitdiff
path: root/docs/.static
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-25 02:25:12 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-25 02:25:12 +0000
commit73aa482601e9c73bf8a6d2fa44c419c42c9569a9 (patch)
tree39335a6d121b66b455b9059d946024a977c9fd5c /docs/.static
parent533849b13610564129e6d12ef3d005dd2a7491fe (diff)
downloadpyramid-73aa482601e9c73bf8a6d2fa44c419c42c9569a9.tar.gz
pyramid-73aa482601e9c73bf8a6d2fa44c419c42c9569a9.tar.bz2
pyramid-73aa482601e9c73bf8a6d2fa44c419c42c9569a9.zip
Override justification.
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;
+}