From 9dea82773cb6a7ad89ff243a0a0f0b1698872827 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 13 Apr 2008 23:39:15 +0000 Subject: [PATCH] Added clear:both to programlisting to stop it overlapping with sidebars --- src/docbkx/resources/css/html.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docbkx/resources/css/html.css b/src/docbkx/resources/css/html.css index b5e0c0e985..4669bbd337 100644 --- a/src/docbkx/resources/css/html.css +++ b/src/docbkx/resources/css/html.css @@ -272,6 +272,10 @@ div.calloutlist * td { font-size: 100%; } +.programlisting { + clear: both; +} + .programlisting .interfacename, .programlisting .literal, .programlisting .classname {