public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] gnu.css: delete unused & broken td.side rule
@ 2023-12-20  2:13 Mike Frysinger
  2024-02-16 19:24 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2023-12-20  2:13 UTC (permalink / raw)
  To: libc-alpha

The gnu.css file is only used in manual indexes, and those don't
use class=side in td elements, so delete this rule.  It looks like
someone tried to comment out a block, but used the wrong comment
style.
---
 gnu.css | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu.css b/gnu.css
index 7fd1cc7f2b0f..303fe50a4226 100644
--- a/gnu.css
+++ b/gnu.css
@@ -97,19 +97,6 @@ img {
 	border: none 0;
 }
 
-td.side {
-	color: #3366cc;
-\*	background: #f2f2f9;
-	border-color: #3366cc;
-	border-style: solid;
-	border-width: thin; *\
-	border-color: white;
-	border-style: none;
-	vertical-align: top;
-	width: 150px;
-	font-size: 11pt;
-}
-
 div.copyright {
 	font-size: 8pt;
 	border: 2px solid #3366cc;
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH htdocs] gnu.css: delete unused & broken td.side rule
  2023-12-20  2:13 [PATCH htdocs] gnu.css: delete unused & broken td.side rule Mike Frysinger
@ 2024-02-16 19:24 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2024-02-16 19:24 UTC (permalink / raw)
  To: Mike Frysinger, libc-alpha

On 12/19/23 21:13, Mike Frysinger wrote:
> The gnu.css file is only used in manual indexes, and those don't
> use class=side in td elements, so delete this rule.  It looks like
> someone tried to comment out a block, but used the wrong comment
> style.

LGTM. Applied.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> ---
>  gnu.css | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/gnu.css b/gnu.css
> index 7fd1cc7f2b0f..303fe50a4226 100644
> --- a/gnu.css
> +++ b/gnu.css
> @@ -97,19 +97,6 @@ img {
>  	border: none 0;
>  }
>  
> -td.side {
> -	color: #3366cc;
> -\*	background: #f2f2f9;
> -	border-color: #3366cc;
> -	border-style: solid;
> -	border-width: thin; *\
> -	border-color: white;
> -	border-style: none;
> -	vertical-align: top;
> -	width: 150px;
> -	font-size: 11pt;
> -}
> -
>  div.copyright {
>  	font-size: 8pt;
>  	border: 2px solid #3366cc;

-- 
Cheers,
Carlos.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-16 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20  2:13 [PATCH htdocs] gnu.css: delete unused & broken td.side rule Mike Frysinger
2024-02-16 19:24 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).