Browse Source

Added clear:both to programlisting to stop it overlapping with sidebars

Luke Taylor 17 years ago
parent
commit
9dea82773c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/docbkx/resources/css/html.css

+ 4 - 0
src/docbkx/resources/css/html.css

@@ -272,6 +272,10 @@ div.calloutlist * td {
 	font-size: 100%;
 	font-size: 100%;
 }
 }
 
 
+.programlisting {
+	clear: both;
+}
+
 .programlisting .interfacename,
 .programlisting .interfacename,
 .programlisting .literal,
 .programlisting .literal,
 .programlisting .classname {
 .programlisting .classname {