Clean up the application of style to verbatim text.
This moves styling to the stylesheet; the use of <dl> structures to control
style sometimes produced improper indentation of subsequent text in many
browsers when the text was already part of the <dl> structure (as in a
function or class description).
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl
index b7ade49..da371bd 100644
--- a/Doc/perl/l2hinit.perl
+++ b/Doc/perl/l2hinit.perl
@@ -577,7 +577,7 @@
# initialize() is called in the main LaTeX2HTML script (which happens
# before style files are loaded).
#
-%declarations = ('preform' => '<dl><dd><pre class="verbatim"></pre></dl>',
+%declarations = ('preform' => '<div class="verbatim"><pre></pre></div>',
%declarations);