]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- go back to float:left for the sidenav in normal mode, we had a clear:right
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 May 2014 21:05:50 +0000 (17:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 May 2014 21:05:50 +0000 (17:05 -0400)
causing the issue

doc/build/static/docs.css

index f6e7cc6f2c0a4595d73a303cac6870cebe32b815..dacabde90ab280c90fc449a799f767809c049a61 100644 (file)
@@ -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;