1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

changed xsl coloring of variables table

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@95 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Jason Tan 2005-08-11 02:11:21 +00:00
parent 4af90d5e47
commit 793fe9a71d
2 changed files with 426 additions and 420 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,13 +34,19 @@
</font> </font>
</td> </td>
<td align="center"> <td align="center">
<xsl:value-of select="arguments" /> <font color = "#c1cdcd">
<xsl:value-of select="arguments" />
</font>
</td> </td>
<td> <td>
<xsl:value-of select="explanation" /> <font color = "#c1cdcd">
<xsl:value-of select="explanation" />
</font>
</td> </td>
<td> <td>
<xsl:value-of select="example" /> <font color = "#c1cdcd">
<xsl:value-of select="example" />
</font>
</td> </td>
</tr> </tr>
</xsl:for-each> </xsl:for-each>