Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 587f6dd

Browse files
GarinderRubenWillems
authored andcommitted
Changed the color of warnings in unittest.xsl to make them more readable (Bug #259)
1 parent fbcd476 commit 587f6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/xsl/unittests.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<xsl:template match="reason">
121121
<tr>
122122
<td class="warningnote">
123-
<span style="color:yellow">
123+
<span style="color:#B2B200">
124124
<xsl:value-of select="../@name" />
125125
</span>
126126
</td>

0 commit comments

Comments
 (0)