# HG changeset patch # User osimons # Date 1248718039 0 # Node ID a4d3998fe0f3324d847641a92f01afd4254caf67 # Parent 99831ab37fd36a42628ceac192d693c526ae3f33 0.6dev: Fixing page/step flow when TOC is very long. Closes #406. diff --git a/bitten/htdocs/bitten.css b/bitten/htdocs/bitten.css --- 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;