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:
parent
4af90d5e47
commit
793fe9a71d
824
variables.html
824
variables.html
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user