diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.static/repoze.css | 5 | ||||
| -rw-r--r-- | docs/narr/i18n.rst | 2 |
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 |
