...and to other existing DB5 customizations
* DONE Add more references (NVDL, ...)
-* TODO Improve breaking of long lines
+* DONE Improve breaking of long lines
Gentlemen,
I am trying to read the subject guide via html and find it most difficult because of the formatting. The problem is that the display is much too wide and causes horizontal scrolling. This is because the contents of the line:
/* programlisting types */
.programlisting,
.programlistingco,
-.screen { padding-left: 14pt; }
+.screen { padding-left: 14pt;
+ white-space: pre-wrap; /* css-3 */
+ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
+ }
.rolelabel {
position: absolute;
</othercredit>
</authorgroup>
+<pubdate>2009-06-16</pubdate>
<pubdate>2008-02-06</pubdate>
<pubdate>2007-10-28</pubdate>
<pubdate>2006-10-22</pubdate>
<xsl:attribute name="font-stretch">narrower</xsl:attribute>
</xsl:attribute-set>
+<xsl:param name="hyphenate.verbatim" select="1"/>
+<xsl:param name="hyphenate.verbatim.characters">=/.</xsl:param>
+
+<xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties">
+ <xsl:attribute name="wrap-option">wrap</xsl:attribute>
+ <xsl:attribute name="hyphenation-character">►</xsl:attribute>
+</xsl:attribute-set>
+
<xsl:param name="draft.watermark.image" select="''"/>
<xsl:param name="ulink.footnotes" select="1"/>