changeset 594:a4d3998fe0f3

0.6dev: Fixing page/step flow when TOC is very long. Closes #406.
author osimons
date Mon, 27 Jul 2009 18:07:19 +0000
parents 99831ab37fd3
children 538e4f975505
files bitten/htdocs/bitten.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/htdocs/bitten.css
+++ b/bitten/htdocs/bitten.css
@@ -7,7 +7,7 @@
 }
 
 #content.build h2.config, #content.build h2.step { background: #f7f7f7;
-  border-bottom: 1px solid #d7d7d7; margin: 2em 0 0;
+  border-bottom: 1px solid #d7d7d7; margin: 2em 0 0; clear: both;
 }
 #content.build h2.config :link, #content.build h2.config :visited {
   color: #b00; display: block; border-bottom: none;
Copyright (C) 2012-2017 Edgewall Software