[elpa] main df29bc50fb 1/3: * html/layout.css: (ol, ul) Enable bullets, numbers
branch: main commit df29bc50fbcdca91296f3169947c06d20e597e88 Author: Adam Porter Commit: Adam Porter * html/layout.css: (ol, ul) Enable bullets, numbers This rule was causing ordered lists to be rendered without their numbers. I don't know why this rule was present; it may have been a stylistic choice earlier in development, before ELPA was rendering packages' readmes into the HTML, when it was likely that fewer types of elements were present in ELPA's HTML, so the problem was not noticed. Due to the way the rest of the page's layout is implemented, this introduces a minor "ugliness": that, e.g. a numbered list's numbers are aligned outside of the containing DIV. This happens because all of the DIVs on the page have their margin and padding set to 0, without which OLs and ULs would be naturally indented compared to sibling paragraphs. This will be handled in later commits which will attempt to solve the margin/padding issues more "holistically." (ol, ul): Delete list-style rule. --- html/layout.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/layout.css b/html/layout.css index 0b22aad5ee..6bcac880df 100644 --- a/html/layout.css +++ b/html/layout.css @@ -40,9 +40,6 @@ footer, header, hgroup, menu, nav, section { body { line-height: 1; } -ol, ul { - list-style: none; -} blockquote, q { quotes: none; }
[elpa] main 9fc20ccdf6 2/3: * html/layout.css: Remove character accidentally inserted
branch: main commit 9fc20ccdf671e06fa82ea3a9df2d09bc0a596845 Author: Adam Porter Commit: Adam Porter * html/layout.css: Remove character accidentally inserted A minor oops from 2ecaef9469bd46bf6433d9913bac9791559b12f9. --- html/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/layout.css b/html/layout.css index 6bcac880df..9dce403d46 100644 --- a/html/layout.css +++ b/html/layout.css @@ -1,4 +1,4 @@ -l/* Copyright (C) 2010-2022, 2024 Free Software Foundation, Inc. +/* Copyright (C) 2010-2022, 2024 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
[elpa] main updated (8fc5653d2d -> d51fa370a9)
blujay pushed a change to branch main. from 8fc5653d2d elpa-packages (loccur): Update URL new df29bc50fb * html/layout.css: (ol, ul) Enable bullets, numbers new 9fc20ccdf6 * html/layout.css: Remove character accidentally inserted new d51fa370a9 Set css-indent-offset to 2 Summary of changes: .dir-locals.el | 9 + html/layout.css | 11 --- 2 files changed, 9 insertions(+), 11 deletions(-)
[elpa] main d51fa370a9 3/3: Set css-indent-offset to 2
branch: main commit d51fa370a95eda45d142f97d45fa6e5f77b85cc3 Author: Adam Porter Commit: Adam Porter Set css-indent-offset to 2 This ensures consistent indentation of our CSS files across developers (the default not being what this project uses). Also, reindent a couple of blocks in layout.css accordingly. (This change was made with "M-x add-dir-local-variable", which also added the "no-byte-compile" line and reordered the modes.) * .dir-locals.el: (css-mode) Set css-indent-offset to 2. * html/layout.css: Reindent two blocks. --- .dir-locals.el | 9 + html/layout.css | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 949deb6c78..e10580fd5a 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,17 +1,18 @@ -;;; Directory Local Variables +;;; Directory Local Variables-*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") ((nil . ((tab-width . 8) (sentence-end-double-space . t) (fill-column . 70) (bug-reference-url-format . "https://debbugs.gnu.org/%s";))) - (log-edit-mode . ((log-edit-font-lock-gnu-style . t) - (log-edit-setup-add-author . t))) (change-log-mode . ((add-log-time-zone-rule . t) (fill-column . 74) (mode . bug-reference))) + (css-mode . ((css-indent-offset . 2))) (diff-mode . ((mode . whitespace))) (lisp-data-mode . ((indent-tabs-mode . nil) (electric-quote-comment . nil) (electric-quote-string . nil) -(mode . bug-reference-prog +(mode . bug-reference-prog))) + (log-edit-mode . ((log-edit-font-lock-gnu-style . t) + (log-edit-setup-add-author . t diff --git a/html/layout.css b/html/layout.css index 9dce403d46..ef52bcf86a 100644 --- a/html/layout.css +++ b/html/layout.css @@ -190,7 +190,7 @@ dt { } .invisible { -display: none; + display: none; } header, .header { @@ -347,6 +347,6 @@ li { } .badge { -float: right; -display: block; + float: right; + display: block; }
[elpa] externals/persist 076bf3ffc4: Replace obsolete function to avoid byte compilation warning
branch: externals/persist commit 076bf3ffc4fb0fa904c6ace9620fccaacb3454ba Author: Joseph Turner Commit: Adam Porter Replace obsolete function to avoid byte compilation warning --- test/persist-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/persist-tests.el b/test/persist-tests.el index 4439fa3e07..6bf2ed3708 100644 --- a/test/persist-tests.el +++ b/test/persist-tests.el @@ -15,7 +15,7 @@ (let ((persist--symbols nil) (sym (cl-gensym))) (persist-symbol sym 10) - (seq-contains persist--symbols sym + (seq-contains-p persist--symbols sym (ert-deftest test-persist-save-only-persistant () ;; do not save not persist variables
[elpa] main c0e47a639f: * elpa-packages (taxy): Use stable :release-branch
branch: main commit c0e47a639f464b34de6555454bd7c451c34e2d67 Author: Adam Porter Commit: Adam Porter * elpa-packages (taxy): Use stable :release-branch --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index e524edb6ed..2e9d2bd81d 100644 --- a/elpa-packages +++ b/elpa-packages @@ -732,6 +732,7 @@ (tNFA :url nil) ;"http://www.dr-qubit.org/git/predictive.git"; (tam :url "https://github.com/owinebar/emacs-table-allocation-manager";) (taxy :url "https://github.com/alphapapa/taxy.el.git"; + :release-branch "stable" :doc "taxy.info" :ignored-files ("images")) (taxy-magit-section :url "https://github.com/alphapapa/taxy.el.git";