Html documentation: fixed text wrapping for sidebar
authorAndrey Kamaev <no@email>
Thu, 11 Aug 2011 19:06:41 +0000 (19:06 +0000)
committerAndrey Kamaev <no@email>
Thu, 11 Aug 2011 19:06:41 +0000 (19:06 +0000)
doc/_themes/blue/static/default.css_t

index d8c17cf..3a32c16 100644 (file)
@@ -80,6 +80,7 @@ div.related a {
 }
 
 div.sphinxsidebar {
+    word-wrap: break-word;
     {%- if theme_stickysidebar|tobool %}
     top: 30px;
     margin: 0;
@@ -140,7 +141,7 @@ div.sphinxsidebar p.topless {
 }
 
 div.sphinxsidebar ul {
-    margin: 10px;
+    margin: 10px 0 10px 10px;
     padding: 0;
     color: {{ theme_sidebartextcolor }};
 }