Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hoffmann <2836374+timhoffm@users.noreply.github.com>2018-01-04 22:13:29 +0300
committerTim Hoffmann <2836374+timhoffm@users.noreply.github.com>2018-01-06 18:52:12 +0300
commitbf29ffb284f74b99adbc64d12b58ef4cef123af6 (patch)
treeaad2d0525da202b0f14d8afbc5f622f324d7e2a7 /sphinx/themes/agogo/static/agogo.css_t
parentc892fe98f7a311dc51340f8d98e63d9790b7f820 (diff)
#4246: Limit width of text body for all themes
Diffstat (limited to 'sphinx/themes/agogo/static/agogo.css_t')
-rw-r--r--sphinx/themes/agogo/static/agogo.css_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index 0b5bbe16b..153a86778 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -269,7 +269,7 @@ div.document ol {
/* Sidebar */
div.sidebar {
- width: {{ theme_sidebarwidth }};
+ width: {{ theme_sidebarwidth|todim }};
float: right;
font-size: .9em;
}