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

This commit is contained in:
Luke Taylor 2008-04-13 23:39:15 +00:00
parent 57b5f38df1
commit 9dea82773c

View File

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