From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 46EC63858CD1 for ; Sat, 9 Dec 2023 04:50:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 46EC63858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 46EC63858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702097428; cv=none; b=RhwP9jVJVaFhLPgAeG+5TWkaB3eWSOI9XBdbb0QA7n3zr+fRPjLBvtrguL2cNIwjftA/XEiKZjDf1Oh2Z5lXDW2wWdACZNCVSaF1jIekWRSNv4qZP4vofEJZAYdnWzBJhKpuKM4eJmRWyotDl+j7SSwjsc/HIa0MU1tBQC/iiUo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702097428; c=relaxed/simple; bh=eaUrx6WyEfZuCiTzRvoRHSXw0J1fh6XjII9X158MZmA=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=SyQ/RzPGaqCLsYPakoA84wSBgLdC+dVg3en2zklgX8dBER5cdJDi1qtHuly66HVJ9f7/E4NUq/Mv7merNpXT2SwdtE0GTneA/LDfNBkBfLrZMyAYoFYoTZApHQJW7/XlCYOH7qyqCusOSaXDdB8cG+FvY786I0mT0py+vwM3bg8= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 41A383406BF; Sat, 9 Dec 2023 04:50:25 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH htdocs] logo: set max-width of 25% Date: Fri, 8 Dec 2023 21:50:22 -0700 Message-ID: <20231209045022.23250-1-vapier@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On smaller devices, the 200px wide logo can be quite huge -- more than 50% of the screen. Set a max-width of 25% so that it doesn't take up so much space. On most desktop systems, it should continue to render at full resolutions as they'll be more than 800px wide. --- bugs/index.html | 4 ++-- committee/index.html | 4 ++-- committee/release-manager.html | 4 ++-- contribute/index.html | 4 ++-- css/site.css | 4 ++++ current/index.html | 4 ++-- documentation/index.html | 4 ++-- download/index.html | 4 ++-- index.html | 4 ++-- index.sh | 4 ++-- irc/index.html | 4 ++-- links/index.html | 4 ++-- mailing-lists/index.html | 4 ++-- mascot/index.html | 4 ++-- news/index.html | 4 ++-- news/reversible.html | 4 ++-- papers/index.html | 4 ++-- schedule/index.html | 4 ++-- song/index.html | 4 ++-- talks/index.html | 4 ++-- testing/index.html | 4 ++-- 21 files changed, 44 insertions(+), 40 deletions(-) diff --git a/bugs/index.html b/bugs/index.html index 3ff9c4416dc5..f4282d8fb4c6 100644 --- a/bugs/index.html +++ b/bugs/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/committee/index.html b/committee/index.html index db16e97b9913..e4e4f2ab411c 100644 --- a/committee/index.html +++ b/committee/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/committee/release-manager.html b/committee/release-manager.html index 869efa9a599b..d1bf8d12a8fd 100644 --- a/committee/release-manager.html +++ b/committee/release-manager.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/contribute/index.html b/contribute/index.html index 89763876db1a..30765864be8b 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/css/site.css b/css/site.css index e5cc0254fa77..1d903dc656ed 100644 --- a/css/site.css +++ b/css/site.css @@ -35,3 +35,7 @@ a:visited { color: #8CB400; } } + +img#archer-logo { + max-width: 25%; +} diff --git a/current/index.html b/current/index.html index 3b8b6d1e300d..381c8a65351c 100644 --- a/current/index.html +++ b/current/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/documentation/index.html b/documentation/index.html index 546d8ff8bc1f..8679fe118f6e 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/download/index.html b/download/index.html index 4abddc1e2209..16b756fe522e 100644 --- a/download/index.html +++ b/download/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/index.html b/index.html index 80172a0ee7c9..00713134947e 100644 --- a/index.html +++ b/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/index.sh b/index.sh index 508366d2a696..6f09cd1b5ea8 100755 --- a/index.sh +++ b/index.sh @@ -100,9 +100,9 @@ cat < - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/irc/index.html b/irc/index.html index a7f3fa7a3764..b6d43916d55f 100644 --- a/irc/index.html +++ b/irc/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/links/index.html b/links/index.html index 0299797d1ed6..50bd1751df74 100644 --- a/links/index.html +++ b/links/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/mailing-lists/index.html b/mailing-lists/index.html index 1651cf6bb472..04a1d2d3ffc2 100644 --- a/mailing-lists/index.html +++ b/mailing-lists/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/mascot/index.html b/mascot/index.html index 0b7868f84f28..890a97b2dd34 100644 --- a/mascot/index.html +++ b/mascot/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/news/index.html b/news/index.html index 9b01f657e5b1..aa14cc7351e4 100644 --- a/news/index.html +++ b/news/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/news/reversible.html b/news/reversible.html index cfa499f26177..8f149ff9d303 100644 --- a/news/reversible.html +++ b/news/reversible.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/papers/index.html b/papers/index.html index 10cf371d827c..bd8679f89072 100644 --- a/papers/index.html +++ b/papers/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/schedule/index.html b/schedule/index.html index cfdf1f8b8773..25b6ac0f5004 100644 --- a/schedule/index.html +++ b/schedule/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/song/index.html b/song/index.html index 076394fa3b76..47e343b4446f 100644 --- a/song/index.html +++ b/song/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/talks/index.html b/talks/index.html index 283a3a37917a..eff64f91b6f2 100644 --- a/talks/index.html +++ b/talks/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

diff --git a/testing/index.html b/testing/index.html index 4ad9cbd3fd95..51e676a3f6fd 100644 --- a/testing/index.html +++ b/testing/index.html @@ -17,9 +17,9 @@ - [image of Archer
-Fish] +Fish]" id="archer-logo"/>

GDB: The GNU Project Debugger

-- 2.43.0