diff --git a/src/web/files.html b/src/web/files.html index 2b15801b1..0b941f205 100644 --- a/src/web/files.html +++ b/src/web/files.html @@ -11,7 +11,11 @@

Package File Browser

- +
@@ -65,11 +69,11 @@ */ /** - * @param {DB} node - * @param {string} query - * @param {boolean} parentMatched - * @returns {DB|null} - */ + * @param {DB} node + * @param {string} query + * @param {boolean} parentMatched + * @returns {DB|null} + */ function filterDb(node, query, parentMatched = false) { /** @type {DB} */ let result = {}; diff --git a/src/web/html.rs b/src/web/html.rs index e7905fe23..336a31701 100644 --- a/src/web/html.rs +++ b/src/web/html.rs @@ -260,6 +260,7 @@ pub fn generate_html_index(

Redox OS Package Repository

Repository for {target}

+

Search files in this Repository

diff --git a/src/web/style.css b/src/web/style.css index a846eda31..49bd29a8f 100644 --- a/src/web/style.css +++ b/src/web/style.css @@ -11,6 +11,10 @@ body { line-height: 1.6; } +p { + margin: 0.5em 0; +} + .container { max-width: 1280px; margin: 0 auto;