浏览代码

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

Luke Taylor 17 年之前
父节点
当前提交
9dea82773c
共有 1 个文件被更改,包括 4 次插入0 次删除
  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%;
 }
 
+.programlisting {
+	clear: both;
+}
+
 .programlisting .interfacename,
 .programlisting .literal,
 .programlisting .classname {