[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] main 4a0611fbe8: Scale images to fit into the package description
From: |
Philip Kaludercic |
Subject: |
[elpa] main 4a0611fbe8: Scale images to fit into the package description pages |
Date: |
Sat, 2 Nov 2024 05:39:25 -0400 (EDT) |
branch: main
commit 4a0611fbe8d18d6300858b640706b198ac62b9a5
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Scale images to fit into the package description pages
---
html/layout.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/html/layout.css b/html/layout.css
index ef52bcf86a..5819fe547a 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -174,6 +174,12 @@ dt {
vertical-align: top;
}
+p img {
+ max-width: 100%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
.button {
border: 2px solid;
padding: 10px;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] main 4a0611fbe8: Scale images to fit into the package description pages,
Philip Kaludercic <=