diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm index 5fbe3590acc9c90e0ee2e8747b991cb171412622..9cb07c19f747bc1cf09328d503de8c95efc67d18 100755 --- a/build-aux/list-packages.scm +++ b/build-aux/list-packages.scm @@ -113,7 +113,7 @@ (define (package-logo name) ,(match (package-logo (package-name package)) ((? string? url) `(img (@ (src ,url) - (height "35em") + (height "35") (class "package-logo") (alt ("Logo of " ,(package-name package)))))) (_ #f)) @@ -132,7 +132,7 @@ (define (packages->sxml packages) (div (img (@ (src "graphics/guix-logo.small.png") (alt "GNU Guix and the GNU System") - (height "83em")))) + (height "83")))) (p "This web page lists the packages currently provided by the " (a (@ (href "manual/guix.html#GNU-Distribution")) "GNU system distribution")