[interchange-docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Tue Aug 21 08:10:33 EDT 2007


User:      docelic
Date:      2007-08-21 12:10:33 GMT
Modified:  docbook  html-chunks.xsl xmldocs.css
Log:
* Fine-tuned xslt and css
* Small updates

Revision  Changes    Path
1.29      +2 -4      xmldocs/docbook/html-chunks.xsl


rev 1.29, prev_rev 1.28
Index: html-chunks.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/html-chunks.xsl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- html-chunks.xsl	21 Aug 2007 11:58:18 -0000	1.28
+++ html-chunks.xsl	21 Aug 2007 12:10:33 -0000	1.29
@@ -106,15 +106,13 @@
   <!-- works only for this stylesheet, should be modified for others.
 	(Thanks dpawson, www.dpawson.co.uk) -->
 	<xsl:template match="tag">
-		<code class='tag'>
-		<xsl:element name="a">
+		<code class='tag'>[<xsl:element name="a">
 		<xsl:attribute name="href">
 		<xsl:value-of select="'../tags/'"/>
 		<xsl:value-of select="."/>
 		</xsl:attribute>
 		<xsl:value-of select="."/>
-		</xsl:element>
-		</code>
+		</xsl:element>]</code>
 	</xsl:template>
 	<xsl:template match="option">
 		<code class='option'>



1.29      +4 -3      xmldocs/docbook/xmldocs.css


rev 1.29, prev_rev 1.28
Index: xmldocs.css
===================================================================
RCS file: /var/cvs/xmldocs/docbook/xmldocs.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xmldocs.css	20 Aug 2007 23:19:35 -0000	1.28
+++ xmldocs.css	21 Aug 2007 12:10:33 -0000	1.29
@@ -226,11 +226,12 @@
 .programlisting {
 	/*background-color: #e5e5e5;*/
 	/*background-color: #f7e8e8;*/
+	background-color: #f1f1f1;
 	padding: 4px 4px 4px 4px;
-	border-left: dashed 1px #ff8300; /*#ffd1d1;*/
+	border-left: dotted 2px #ff8300; /*#ffd1d1;*/
 	/*border-right: dashed 1px #ff8300;*/ /*#ffd1d1;*/
 	margin: 0;
-	padding-left: 8px;
+	padding-left: 12px;
 	/*padding: 10px 0px 10px 4px;*/
 }
 
@@ -310,7 +311,7 @@
 	color: #208cbd;
 }
 
-.varname a {
+.varname a, .pragma a {
 	color: #fff;
 }
 








More information about the docs mailing list