[Tools] winetest: Make the WineTest executable links more visible.

Francois Gouget fgouget at free.fr
Thu Feb 6 05:57:05 CST 2014


---

As per WineConf.
Note that the choice of a 'legend' class rather than nothing or some 
other class is mostly a matter of taste.

 winetest/build-index | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/winetest/build-index b/winetest/build-index
index 393e132..d2fa919 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -214,6 +214,10 @@ print OUT <<"EOF";
 <body>
 <div class="main">
 <h2>Wine test runs</h2>
+<p class="legend">
+To run the tests on your Windows machine, download the <a href="/builds/winetest-latest.exe">latest winetest.exe</a> build.
+If you have a 64-bit Windows OS, you can also run the <a href="/builds/winetest64-latest.exe">64-bit winetest</a>.
+</p>
 EOF
 
 print OUT "<table class=\"report\"><thead><tr><th class=\"test\">Build</th><th class=\"test\">Date</th>\n";
@@ -273,10 +277,6 @@ foreach my $build (@builds)
 
 print OUT <<"EOF";
 </table></div>
-<div class="navbar">
-To run the tests on your Windows machine, download the <a href="/builds/winetest-latest.exe">latest winetest.exe</a> build.
-If you have a 64-bit Windows OS, you can also run the <a href="/builds/winetest64-latest.exe">64-bit winetest</a>.
-</div>
 </body></html>
 EOF
 
-- 
1.8.5.2



More information about the wine-patches mailing list