From fd0735fe2d8372acb02254bddc01e2ae281b8dc6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 20 Feb 2014 01:32:25 +0100 Subject: Documentation update sort the configurations options by theme make the sidebar fixed --- doc/source/theme/static/basic.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/source/theme/static') diff --git a/doc/source/theme/static/basic.css b/doc/source/theme/static/basic.css index f572584e..37dc5a99 100644 --- a/doc/source/theme/static/basic.css +++ b/doc/source/theme/static/basic.css @@ -45,8 +45,9 @@ div.sphinxsidebarwrapper { div.sphinxsidebar { float: left; width: 230px; - margin-left: -100%; +/* margin-left: -100%; */ font-size: 90%; + position: fixed; } div.sphinxsidebar ul { -- cgit v1.2.3