diff --git a/index.php b/index.php
index eaed174f9..129bfab25 100644
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@ echo 'youtu
echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz';
echo '';
-echo '
';
+echo '';
foreach ($versions as $version) {
echo '- ' . htmlspecialchars($version) . '
';
}
diff --git a/style.css b/style.css
index 1b8fece55..6946eb7e9 100644
--- a/style.css
+++ b/style.css
@@ -73,6 +73,7 @@ hr {
margin-top: 10ex;
text-align: center;
font-size: x-small;
+ clear: both;
}
h1 {
font-size: x-large;
@@ -145,3 +146,7 @@ tt {
background-color: #448888;
border: 2px solid #008888;
}
+
+.all-versions {
+ float: left;
+}