Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] lastest logo at the top of the homepage



Le dim. 12 avr. 2026 à 20:01, dana <dana@xxxxxxx> a écrit :
> i think either the text in the middle should
> be centre-aligned (so it's equidistant from the wizard + sf logo) or the
> wizard td should be fixed-width so it's obviously tied to the text.


In the attachment, there is a patch with the text centered.

Regards
-- 
Stéphane
diff --git i/index.html w/index.html
index 54dec38..1e345c9 100644
--- i/index.html
+++ w/index.html
@@ -12,7 +12,7 @@
 
 <body bgcolor="#FFFFFF" text="#000000">
 
-<center><img src="Images/wizard.gif" alt="Wizard Icon" width=64 height=54></center>
+<center><img src="Images/color_horizontal_icon.png" alt="zsh logo" style="max-height:54"></center>
 <center><h1>Z shell</h1></center>
 <hr size=2 noshade width="75%" style="color:#f15a24">
 
@@ -20,8 +20,6 @@
 <table border=0 cellspacing=8>
 <tr valign=top>
 
-  <td><img src="Images/color_vertical_icon.png" style="max-height:54"></td>
-
   <td>
     <ul>
     <font size="+1" color="#600000"><b>Information</b></font>
@@ -91,6 +89,9 @@ the book</a>.</p>
 <table width="75%" align="center">
   <tr>
     <td>
+      <img src="Images/wizard.gif" alt="Wizard Icon">
+    </td>
+    <td align="center">
 	<a name=Signature href="disclaimer.html">Disclaimer</a> This page
 	maintained by
 	<a href="mailto: zsh-workers@xxxxxxx">


Messages sorted by: Reverse Date, Date, Thread, Author