<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>Ludovic Fauvet pushed to branch master at <a href="https://code.videolan.org/VideoLAN.org/websites">VideoLAN organization / websites</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/35aafa65af345c7749c7912f8c93a81c0b2f2006">35aafa65</a></strong>
<div>
<span>by Ludovic Fauvet</span>
<i>at 2016-02-15T12:29:43Z</i>
</div>
<pre class='commit-message'>Move the wscounter outside of the downloadDetails block
This div might be overwritten by some javascript.</pre>
</li>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/29fd7db757c50ce1b9a4dc5245da0e47cbdab042">29fd7db7</a></strong>
<div>
<span>by Ludovic Fauvet</span>
<i>at 2016-02-15T12:31:10Z</i>
</div>
<pre class='commit-message'>Revert "Show the counter everywhere the script is loaded"
This reverts commit db296e84b0bf5a10ebdcb78a4c4b0dcd4b5643d4.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
www.videolan.org/include/os-specific.php
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
www.videolan.org/style/style.scss
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://code.videolan.org/VideoLAN.org/websites/compare/db296e84b0bf5a10ebdcb78a4c4b0dcd4b5643d4...29fd7db757c50ce1b9a4dc5245da0e47cbdab042#diff-0'>
<strong>
www.videolan.org/include/os-specific.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/www.videolan.org/include/os-specific.php
</span><span style="color: #000000;background-color: #ddffdd">+++ b/www.videolan.org/include/os-specific.php
</span><span style="color: #aaaaaa">@@ -92,7 +92,6 @@ function downloadButton()
</span> <span id='downloadDetails' style='font-size: 12px; color: white;'>
Version <span id='downloadVersion'><?php echo $win32version ?>
</span> • <span id='downloadOS'>Windows</span> • <span id='downloadSize'>20MB</span>
<span style="color: #000000;background-color: #ffdddd">- <br/><span id="wscounter"></span>
</span> </span>
</a>
<a class='extraInfoLink' href='/vlc/#download' style="padding-left: 100px;"><?php echo _("Other Systems");?></a>
<span style="color: #aaaaaa">@@ -282,8 +281,8 @@ function downloadButton2($dropdownItems = null, $targetOS = null, $displayMainOS
</span> <div id="downloadDetails">
Version <span id='downloadVersion'>
<?php echo $defaultDetail["latestVersion"] ?></span> • <span id='downloadOS'><?php echo $defaultDetail["name"]; ?></span> • <span id='downloadSize'><?php echo $defaultDetail["size"] ?></span>
<span style="color: #000000;background-color: #ffdddd">- <br/><span id="wscounter"></span>
</span> </div>
<span style="color: #000000;background-color: #ddffdd">+ <div id="wscounter"></div>
</span> <?php if ($displayMainOSicons) { ?>
<div class="platform-icons main-os-icons">
<a class="icon icon-windows" href="/vlc/download-windows.html"></a>
</code></pre>
<br>
</li>
<li id='diff-1'>
<a href='https://code.videolan.org/VideoLAN.org/websites/compare/db296e84b0bf5a10ebdcb78a4c4b0dcd4b5643d4...29fd7db757c50ce1b9a4dc5245da0e47cbdab042#diff-1'>
<strong>
www.videolan.org/style/style.scss
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/www.videolan.org/style/style.scss
</span><span style="color: #000000;background-color: #ddffdd">+++ b/www.videolan.org/style/style.scss
</span><span style="color: #aaaaaa">@@ -340,7 +340,7 @@ html[dir="rtl"] #donate .button {
</span> text-decoration: none;
}
<span style="color: #000000;background-color: #ffdddd">-#downloadDetails
</span><span style="color: #000000;background-color: #ddffdd">+#downloadDetails, #wscounter
</span> {
padding-left: 3px;
color: white;
<span style="color: #aaaaaa">@@ -1017,6 +1017,13 @@ img, .normalButton {
</span> padding-top: 10px;
}
<span style="color: #000000;background-color: #ddffdd">+.download-wrapper #wscounter {
+ clear: both;
+ text-align: center;
+ color: #777777;
+ font-size: 12px;
+}
+
</span> .platform-icons.dropdown-menu {
width: 100%;
margin-top: -1px;
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://code.videolan.org/VideoLAN.org/websites/compare/db296e84b0bf5a10ebdcb78a4c4b0dcd4b5643d4...29fd7db757c50ce1b9a4dc5245da0e47cbdab042">View it on GitLab</a>
<br>
You're receiving this email because of your account on <a href="https://code.videolan.org/">code.videolan.org</a>.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://code.videolan.org/VideoLAN.org/websites/compare/db296e84b0bf5a10ebdcb78a4c4b0dcd4b5643d4...29fd7db757c50ce1b9a4dc5245da0e47cbdab042"}}</script>
</p>
</div>
</body>
</html>