summaryrefslogtreecommitdiff
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
parent533849b13610564129e6d12ef3d005dd2a7491fe (diff)
downloadpyramid-73aa482601e9c73bf8a6d2fa44c419c42c9569a9.tar.gz
pyramid-73aa482601e9c73bf8a6d2fa44c419c42c9569a9.tar.bz2
pyramid-73aa482601e9c73bf8a6d2fa44c419c42c9569a9.zip
Override justification.
-rw-r--r--docs/.static/repoze.css5
-rw-r--r--docs/narr/i18n.rst2
2 files changed, 6 insertions, 1 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;
+}
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 1381f4fed..d7680b613 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -154,7 +154,7 @@ After assigning ``_`` to the result of a
:func:`repoze.bfg.i18n.TranslationStringFactory`, the subsequent
result of calling ``_`` will be a
:class:`repoze.bfg.i18n.TranslationString` instance. Even though a
-``domain`` value was not passed to ``_` (as would have been necessary
+``domain`` value was not passed to ``_`` (as would have been necessary
if the :class:`repoze.bfg.i18n.TranslationString` constructor were
used instead of a translation string factory), the ``domain``
attribute of the resulting translation string will be ``bfg``. As a