Commit 8442dab0 authored by Andrey Kamaev's avatar Andrey Kamaev

Html documentation: fixed text wrapping for sidebar

parent d1588c04
...@@ -80,6 +80,7 @@ div.related a { ...@@ -80,6 +80,7 @@ div.related a {
} }
div.sphinxsidebar { div.sphinxsidebar {
word-wrap: break-word;
{%- if theme_stickysidebar|tobool %} {%- if theme_stickysidebar|tobool %}
top: 30px; top: 30px;
margin: 0; margin: 0;
...@@ -140,7 +141,7 @@ div.sphinxsidebar p.topless { ...@@ -140,7 +141,7 @@ div.sphinxsidebar p.topless {
} }
div.sphinxsidebar ul { div.sphinxsidebar ul {
margin: 10px; margin: 10px 0 10px 10px;
padding: 0; padding: 0;
color: {{ theme_sidebartextcolor }}; color: {{ theme_sidebartextcolor }};
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment