Skip to content
Snippets Groups Projects
Commit e573bbe7 authored by rswindell's avatar rswindell
Browse files

Fix table caption position for modern (HTML5) browsers and FireFox.

parent 09412b4b
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,7 @@ if(1) { /* Style sheet */
f.writeln("\tOL LI { cursor: hand; }");
f.writeln("\tUL LI { display: none;list-style: square; }");
f.writeln("\t.showList LI { display: list-item; }");
f.writeln("\tcaption { display: table-caption; text-align: left; caption-side: top; }");
f.writeln("</STYLE>");
}
......@@ -324,4 +325,4 @@ f.write(body);
f.writeln("<p><small>");
f.writeln("Totals: " + total_properties + " properties, " + total_methods + " methods");
f.close();
f.close();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment