]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2014 19:38:17 +0000 (15:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2014 19:38:17 +0000 (15:38 -0400)
doc/build/static/docs.css

index 07b87274d6ca3f73a029aaa87b97d64c47647c40..cc221f6193a10b21cdf4dbd877bcd26ae52f499a 100644 (file)
@@ -237,20 +237,21 @@ a.headerlink:hover {
 #docs-sidebar {
   padding: 0px 0 0 15px;
 
-  top: 150px;
+  top: 140px;
   bottom: 0;
   min-height: 0;
   overflow-y: auto;
+  margin-top:10px;
 }
 
 #docs-sidebar-popout {
   height:120px;
   max-height: 120px;
-  position:absolute;
 }
 
 
-#fixed-sidebar.preautomated #docs-sidebar {
+#fixed-sidebar.preautomated #docs-sidebar,
+#fixed-sidebar.preautomated #docs-sidebar-popout {
   position:absolute;
 }