vgritsenko 2002/06/07 21:55:06
Modified: src/webapp/stylesheets svg-samples2html.xsl
Log:
fix alignment
Revision Changes Path
1.8 +4 -4 xml-cocoon2/src/webapp/stylesheets/svg-samples2html.xsl
Index: svg-samples2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/svg-samples2html.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- svg-samples2html.xsl 4 Jun 2002 23:38:15 -0000 1.7
+++ svg-samples2html.xsl 8 Jun 2002 04:55:06 -0000 1.8
@@ -40,7 +40,7 @@
<svg:line x1="5" y1="5" x2="8" y2="5"/>
<svg:line x1="5" y1="5" x2="5" y2="15"/>
</svg:g>
- <svg:text x="10px" y="10px" style="font-family:sans;
font-size:15px; fill: #0086b2; text-anchor:start;">
+ <svg:text x="10px" y="11px" style="font-family:sans;
font-size:15px; fill: #0086b2; text-anchor:start;">
<xsl:value-of select="@name"/>
</svg:text>
</xsl:when>
@@ -49,7 +49,7 @@
<svg:line x1="195" y1="5" x2="192" y2="5"/>
<svg:line x1="195" y1="5" x2="195" y2="15"/>
</svg:g>
- <svg:text x="190px" y="10px" style="font-family:sans;
font-size:15px; fill: #0086b2; text-anchor:end;">
+ <svg:text x="190px" y="11px" style="font-family:sans;
font-size:15px; fill: #0086b2; text-anchor:end;">
<xsl:value-of select="@name"/>
</svg:text>
</xsl:otherwise>
@@ -73,7 +73,7 @@
</xsl:choose>
<svg:line x1="5" y1="5" x2="18" y2="5"/>
</svg:g>
- <svg:text x="20px" y="10px" style="font-family:sans;
font-size:15px; fill: black; text-anchor:start;">
+ <svg:text x="20px" y="11px" style="font-family:sans;
font-size:15px; fill: black; text-anchor:start;">
<xsl:value-of select="@name"/>
</svg:text>
</xsl:when>
@@ -89,7 +89,7 @@
</xsl:choose>
<svg:line x1="195" y1="5" x2="182" y2="5"/>
</svg:g>
- <svg:text x="180px" y="10px" style="font-family:sans;
font-size:15px; fill: black; text-anchor:end;">
+ <svg:text x="180px" y="11px" style="font-family:sans;
font-size:15px; fill: black; text-anchor:end;">
<xsl:value-of select="@name"/>
</svg:text>
</xsl:otherwise>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]