aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/themes
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-01-07 00:04:38 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-01-07 00:04:38 +0100
commit0788e48c0ec4b0f32867d32e31ab6b204ee0df8e (patch)
tree247265bb847e4eb3fc57f1d730f7ea58d95ac0d4 /docs/source/themes
parent242509239fddf9ebb904dc9c174da522f3bdc8b7 (diff)
downloadmediagoblin-0788e48c0ec4b0f32867d32e31ab6b204ee0df8e.tar.lz
mediagoblin-0788e48c0ec4b0f32867d32e31ab6b204ee0df8e.tar.xz
mediagoblin-0788e48c0ec4b0f32867d32e31ab6b204ee0df8e.zip
Increase docs sidebar width
Diffstat (limited to 'docs/source/themes')
-rw-r--r--docs/source/themes/mg/static/mg.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/themes/mg/static/mg.css b/docs/source/themes/mg/static/mg.css
index 3fa842cd..b9355a5d 100644
--- a/docs/source/themes/mg/static/mg.css
+++ b/docs/source/themes/mg/static/mg.css
@@ -123,6 +123,10 @@ div.footer {
font-size: 75%;
}
+div.sphinxsidebar {
+ width: 240px;
+}
+
div.sphinxsidebarwrapper {
padding: 10px 5px 0 30px;
}