[vlc-devel] [PATCH 2/3] Update style of win32 nightly page

Marvin Scholz epirat07 at gmail.com
Tue Jun 28 21:32:33 CEST 2016


- Switch to a more modern markup
- Use sans-serif font for header
- Size cone correctly for HiDPI screens
---
 nightlies.videolan.org/build/win32/HEADER.html | 33 ++++++++++++++++----------
 1 file changed, 21 insertions(+), 12 deletions(-)

diff --git a/nightlies.videolan.org/build/win32/HEADER.html b/nightlies.videolan.org/build/win32/HEADER.html
index b84ede8..6fe2814 100644
--- a/nightlies.videolan.org/build/win32/HEADER.html
+++ b/nightlies.videolan.org/build/win32/HEADER.html
@@ -1,13 +1,22 @@
-<table><tr><td><a href="http://www.videolan.org/"><img src="/cone-soppera10.png" alt="cone" style="float : left; border: 0px none black;"/></a></td><td>
-<h1>VLC media player Win32 nightly builds</h1>
+<style type="text/css">
+    p, h1, h2, h3, h4, li { font-family: sans-serif; }
+    img#logo { float: left; border: 0px none black; width: 200px; }
+    header { display: block; }
+    hr { border-top: 1px solid #888; border-bottom: none; }
+    ul { overflow: hidden; }
+</style>
+<header>
+    <a href="http://www.videolan.org/">
+        <img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
+    </a>
+    <h1>VLC media player Win32 nightly builds</h1>
+    <p>Remember to test the <strong>latest</strong> nightly build before reporting a bug (in one of the older nighly builds). Have fun!</p>
+    <p>Please report nightly builds breakage (meaning that there is no new build) on <code>#videolan</code> on <code>irc.freenode.net</code>.</p>
 
-<p>Remember to test the <b>latest</b> nightly build before reporting a bug (in one of the older nighly builds). Have fun !</p>
-
-<p>Please report nightly builds breakage (meaning that there is no new build) on <b>#videolan</b> on irc.freenode.net .</p>
-
-<p><b>branch</b> represent the latest stable release</p>
-
-<p><b>trunk</b> represent the latest development release</p>
-
-<p><a href="/">Looking for nightly builds for other OSes?</a> or <a href="http://www.videolan.org/vlc/download-windows.html">official releases?</a></p>
-</td></table>
+    <h2>What's the stable branch?</h2>
+    <ul>
+        <li><strong>branch</strong> represents the latest stable release</li>
+        <li><strong>trunk</strong> represent the latest development release</li>
+    </ul>
+    <p><a href="/">Looking for nightly builds for other OSes</a> or <a href="http://www.videolan.org/vlc/download-macosx.html">official releases</a>?</p>
+</header>
-- 
2.7.4 (Apple Git-66)



More information about the vlc-devel mailing list