[Python-checkins] cpython (3.2): #4711: break long words in the docs sidebar to avoid overflow.

ezio.melotti python-checkins at python.org
Sat Nov 3 17:29:47 CET 2012


http://hg.python.org/cpython/rev/1046110a819d
changeset:   80196:1046110a819d
branch:      3.2
parent:      80191:3ffff1798ed5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Nov 03 18:25:04 2012 +0200
summary:
  #4711: break long words in the docs sidebar to avoid overflow.

files:
  Doc/tools/sphinxext/static/basic.css |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css
--- a/Doc/tools/sphinxext/static/basic.css
+++ b/Doc/tools/sphinxext/static/basic.css
@@ -39,6 +39,7 @@
 
 div.sphinxsidebarwrapper {
     padding: 10px 5px 0 10px;
+    word-wrap: break-word;
 }
 
 div.sphinxsidebar {

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list