stevenn 2003/10/13 11:23:45
Modified: src/blocks/slop/samples/yapt/css yapt-style.css
src/blocks/slop/samples/yapt/stylesheets
filter-slop-output.xsl
Log:
adding fancy list bullets to
Revision Changes Path
1.6 +6 -0
cocoon-2.1/src/blocks/slop/samples/yapt/css/yapt-style.css
Index: yapt-style.css
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/slop/samples/yapt/css/yapt-style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yapt-style.css 11 Oct 2003 22:37:11 -0000 1.5
+++ yapt-style.css 13 Oct 2003 18:23:45 -0000 1.6
@@ -38,6 +38,12 @@
background: silver;
}
+ul {
+ list-style: none;
+ padding-left: 0.85em;
+ text-indent: -0.85em;
+}
+
a {
text-decoration: none;
color: #000;
1.6 +1 -3
cocoon-2.1/src/blocks/slop/samples/yapt/stylesheets/filter-slop-output.xsl
Index: filter-slop-output.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/slop/samples/yapt/stylesheets/filter-slop-output.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- filter-slop-output.xsl 13 Oct 2003 17:49:10 -0000 1.5
+++ filter-slop-output.xsl 13 Oct 2003 18:23:45 -0000 1.6
@@ -168,9 +168,7 @@
<!-- output code slop:lines as-is, with added carriage return -->
<xsl:template match="slop:line" mode="list">
- <li>
- <xsl:copy-of select="text()"/>
- </li>
+ <li>» <xsl:copy-of select="text()"/></li>
</xsl:template>
<!-- output code slop:lines as-is, with added carriage return -->