diff --git a/src/config.rs b/src/config.rs index 6b28840..7e95d23 100644 --- a/src/config.rs +++ b/src/config.rs @@ -11,7 +11,7 @@ mod default { use std::time::Duration; pub fn repo_name() -> String { - "Local repo".to_string() + "local repo".to_string() } pub fn repo_update_delay() -> Duration { diff --git a/static/base.css b/static/base.css index 4e764b5..0d2431b 100644 --- a/static/base.css +++ b/static/base.css @@ -8,7 +8,6 @@ nav { font-size: 1.5em; line-height: 1.2em; - margin-bottom: 1.5em; padding: 0.3em; background-color: #bdf; border-radius: 0.3em; diff --git a/templates/base.html b/templates/base.html index 29905ac..3255926 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@
-