Support for styled html output (CSS) added
git-svn-id: https://brutex.net/svn/xservices/trunk@157 e7e49efb-446e-492e-b9ec-fcafc1997a86xservices-jre6
parent
e62784a0d5
commit
bf6af8a056
|
@ -32,7 +32,9 @@
|
||||||
<factory name="${xalan}" />
|
<factory name="${xalan}" />
|
||||||
<param name="base.dir" expression="${htmldir}/" />
|
<param name="base.dir" expression="${htmldir}/" />
|
||||||
<param name="use.id.as.filename" expression="1" />
|
<param name="use.id.as.filename" expression="1" />
|
||||||
|
<param name="html.stylesheet" expression="style.css" />
|
||||||
</xslt>
|
</xslt>
|
||||||
|
<copy file="${docbooksource}/style.css" overwrite="true" tofile="${htmldir}/style.css" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="create-webdoc" depends="clean-doc, merge">
|
<target name="create-webdoc" depends="clean-doc, merge">
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
pre.programlisting {
|
||||||
|
background-color: #FFFF99 ;
|
||||||
|
border: 1px solid #006600 ;
|
||||||
|
}
|
Loading…
Reference in New Issue