diff mbox series

[htdocs] gnu.css: delete unused & broken td.side rule

Message ID 20231220021351.24100-1-vapier@gentoo.org
State New
Headers show
Series [htdocs] gnu.css: delete unused & broken td.side rule | expand

Commit Message

Mike Frysinger Dec. 20, 2023, 2:13 a.m. UTC
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(-)

Comments

Carlos O'Donell Feb. 16, 2024, 7:24 p.m. UTC | #1
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;
diff mbox series

Patch

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;