memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 7bc5ee87b62ab7dffd16913e6864b49e2dbfad06
parent b6cb7d009364ab63e09fe6febc15330edae0644a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 28 Sep 2020 19:49:26 +0200

Pick some nits before merging

Diffstat:
Mrepo/www/Makefile | 2+-
Mrepo/www/crumbs.css | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 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 @@ -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; }