bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69815: [PATCH] Fix some CSS issues on elpa.gnu.org


From: john muhl
Subject: bug#69815: [PATCH] Fix some CSS issues on elpa.gnu.org
Date: Fri, 15 Mar 2024 12:37:56 -0500

Here are a few patches fixing some minor issues. The first one
makes the packages table always full-width and expands the footer
background so it contains all the footer text (see before.png).

I noticed that with a very narrow view the CSS drops the rank
column to help fit but it doesn’t help quite enough to prevent
horizontal overflow (narrow.png). It seems to me that the version
column is the least important so the second patch changes the
narrow view to drop it instead of the rank (after.png).

The last patch fixes the doctype for sub-pages. <!DOCTYPE HTML
PUBLIC> is not a valid doctype and so triggers quirks mode. Not a
big deal but probably better avoided.

Attachment: 0001-Fix-some-CSS-issues.patch
Description: Text Data

Attachment: 0001-Show-rank-instead-of-version-on-narrow-displays.patch
Description: Text Data

Attachment: 0001-elpa-admin.el-elpaa-html-header-Fix-DOCTYPE.patch
Description: Text Data

Attachment: before.png
Description: PNG image

Attachment: narrow.png
Description: PNG image

Attachment: after.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]