GNU bug report logs -
#74634
[PATCH shepherd website 0/5] Suggested style changes for 1.0.0 release
Previous Next
Reported by: sirgazil <at> zoho.com
Date: Sun, 1 Dec 2024 16:14:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 74634 <at> debbugs.gnu.org (full text, mbox):
From: Luis Felipe <sirgazil <at> zoho.com>
* static/css/main.css (pre)[overflow-x]: Set to auto.
(.frontpage #header .logo img): Remove padding. The parent container
already has a margin that avoids the image extending to the left and
right sides of the viewport.
---
static/css/main.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/static/css/main.css b/static/css/main.css
index 08e1ee5..35c4b77 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -60,7 +60,7 @@ pre {
padding: 0 0 0 1em;
text-align: left;
font-family: fixed-width;
- overflow-x: display;
+ overflow-x: auto;
margin-bottom: 0.8rem;
}
@@ -137,7 +137,6 @@ p + p {
.frontpage #header .logo img {
margin: 0 auto;
max-width: 100%;
- padding: 10px;
display: block;
height: 10rem;
}
--
2.46.0
This bug report was last modified 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.