summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-09-28 19:49:26 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-09-28 19:49:35 +0200
commit7bc5ee87b62ab7dffd16913e6864b49e2dbfad06 (patch)
treed78c1b7ae5766dce1b856050d82f4aba794225e5
parentb6cb7d009364ab63e09fe6febc15330edae0644a (diff)
downloadmemory-leaks-7bc5ee87b62ab7dffd16913e6864b49e2dbfad06.tar.xz
Pick some nits before merging
-rw-r--r--repo/www/Makefile2
-rw-r--r--repo/www/crumbs.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/repo/www/Makefile b/repo/www/Makefile
index 6c41b45..9a2c90e 100644
--- a/repo/www/Makefile
+++ b/repo/www/Makefile
@@ -46,7 +46,7 @@ include $(dependencies)
stylesheets_dir = $(OUT_DIR)/style
stylesheets = $(foreach s,$(stylesheets_src),$(stylesheets_dir)/$(s))
-site: $(pages) $(indices) $(stylesheets) $(stylesheets)
+site: $(pages) $(indices) $(stylesheets)
# List of output folders. Compute this from the full list of HTML
# pages, since $(page_folders) may be missing some intermediate
diff --git a/repo/www/crumbs.css b/repo/www/crumbs.css
index ef42620..acbe4f1 100644
--- a/repo/www/crumbs.css
+++ b/repo/www/crumbs.css
@@ -4,7 +4,8 @@ nav.breadcrumb ol {
nav.breadcrumb li {
/* Prefer inline-block to inline, to prevent wrapping inside
- * individual crumbs. */
+ * individual crumbs.
+ */
display: inline-block;
}