diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-28 19:49:26 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-28 19:49:35 +0200 |
| commit | 7bc5ee87b62ab7dffd16913e6864b49e2dbfad06 (patch) | |
| tree | d78c1b7ae5766dce1b856050d82f4aba794225e5 /repo/www | |
| parent | b6cb7d009364ab63e09fe6febc15330edae0644a (diff) | |
| download | memory-leaks-7bc5ee87b62ab7dffd16913e6864b49e2dbfad06.tar.xz | |
Pick some nits before merging
Diffstat (limited to 'repo/www')
| -rw-r--r-- | repo/www/Makefile | 2 | ||||
| -rw-r--r-- | repo/www/crumbs.css | 3 |
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; } |
