From: Mike Bayer Date: Tue, 27 May 2014 21:05:50 +0000 (-0400) Subject: - go back to float:left for the sidenav in normal mode, we had a clear:right X-Git-Tag: rel_1_0_0b1~415^2^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59111c50c1e9a772dd5ca99831ec7640e5228543;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - go back to float:left for the sidenav in normal mode, we had a clear:right causing the issue --- diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index f6e7cc6f2c..dacabde90a 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -192,7 +192,8 @@ a.headerlink:hover { z-index: 3; background-color: #EFEFEF; - position: absolute; + /*position: absolute;*/ + float: left; top: 120px; bottom: 0; min-height: 0; @@ -229,6 +230,7 @@ a.headerlink:hover { #docs-sidebar.automated { position: fixed; + float: none; top: 120px; min-height: 0; } @@ -379,7 +381,7 @@ th.field-name { } div.section { - clear:right; + /*clear:right;*/ } div.note, div.warning, p.deprecated, div.topic, div.admonition { background-color:#EEFFEF;