- Timestamp:
- Jun 18, 2015 10:48:42 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101114
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-htmlhelp-formatcfg.xsl
r56189 r56496 4 4 <xsl:import href="$DOCBOOKPATH/htmlhelp/htmlhelp.xsl"/> 5 5 <xsl:import href="$CFGPATH/common-formatcfg.xsl"/> 6 <xsl:import href="$CFGPATH/common-html-formatcfg.xsl"/> 6 7 7 8 <xsl:include href="$TARGETPATH/titlepage-htmlhelp.xsl"/> 9 10 <!-- Override the style sheet stuff from common-html-formatcfg.xsl, we don't 11 the same as the html-chunks and html-one-page. Also, the microsoft 12 help viewer may have limited CSS support, depending on which browser 13 version it emulated, so keep it simple. --> 14 <xsl:template name="user.head.content"> 15 <style type="text/css"> 16 <xsl:comment> 17 .cmdsynopsis p 18 { 19 padding-left: 3.4em; 20 text-indent: -2.2em; 21 } 22 p.nextcommand 23 { 24 margin-top: 0px; 25 margin-bottom: 0px; 26 } 27 p.lastcommand 28 { 29 margin-top: 0px; 30 } 31 </xsl:comment> 32 </style> 33 </xsl:template> 34 8 35 9 36 <!-- for some reason, the default docbook stuff doesn't wrap simple <arg> elements
Note:
See TracChangeset
for help on using the changeset viewer.