[NONE] Adopt download page to default style sheet. 
diff --git a/downloads/downloads-scripts.php b/downloads/downloads-scripts.php
index 726f7c2..075305e 100755
--- a/downloads/downloads-scripts.php
+++ b/downloads/downloads-scripts.php
@@ -340,13 +340,13 @@
 	);
 	foreach ( $md5files as $md5file ) {
 		if (is_file ( $PWD . $md5file )) {
-			$out .= "<span style=\"float:right;\">&nbsp;&nbsp;" . pretty_size ( filesize ( "$PWD$url" ) ) . " (<a href=\"" . "http://download.eclipse.org" . "$mid$md5file\">md5</a>)</span>";
+			$out .= "<span style=\"float:right;\">" . pretty_size ( filesize ( "$PWD$url" ) ) . " (<a href=\"" . "http://download.eclipse.org" . "$mid$md5file\">md5</a>)</span>";
 			break;
 		}
 	}
 	// return $md5AlignRight ? $out . "<a href=\"$downloadScript$mid$url\">$label</a>" :
 	// "<a href=\"$downloadScript$mid$url\">$icon</a>&nbsp;<a href=\"$downloadScript$mid$url\">$label</a>" . $out;
-	return "<span style=\"float:left;clear:left;\"><a href=\"$downloadScript$mid$url\">$icon</a>&nbsp;<a href=\"$downloadScript$mid$url\">$label</a></span>" . $out;
+	return "<a href=\"$downloadScript$mid$url\">$icon</a><a href=\"$downloadScript$mid$url\">$label</a>" . $out;
 }
 function pretty_size($bytes) {
 	$sufs = array (