summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-05-07 14:25:15 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-05-07 14:25:15 +0200
commit633f6f9b393395d4f901e423b3ec1bdc99dc1704 (patch)
tree8beb3805c5e53d22aa424634298bb6f106d8f524 /index.php
parent71c8858fcd1212b5cf7bb85b69f1bf63d5634992 (diff)
downloadyoutube-dl-633f6f9b393395d4f901e423b3ec1bdc99dc1704.tar.gz
youtube-dl-633f6f9b393395d4f901e423b3ec1bdc99dc1704.tar.xz
youtube-dl-633f6f9b393395d4f901e423b3ec1bdc99dc1704.zip
Fix float display
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index eaed174f9..129bfab25 100644
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@ echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl.exe">youtu
 echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl-' . htmlspecialchars($latest) . '.tar.gz">youtube-dl-' . htmlspecialchars($latest) . '.tar.gz</a>';
 echo '</div>';
 
-echo '<ul>';
+echo '<ul class="all-versions">';
 foreach ($versions as $version) {
     echo '<li><a href="downloads/' . htmlspecialchars($version) . '">' . htmlspecialchars($version) . '</a></li>';
 }