From 73aa482601e9c73bf8a6d2fa44c419c42c9569a9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 02:25:12 +0000 Subject: Override justification. --- docs/.static/repoze.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/.static') 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; +} -- cgit v1.2.3