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

[PATCH] lastest logo at the top of the homepage



Hello,

Moving the logo at the top of the homepage is a classic behavior. It
centers the menu too.

diff --git i/index.html w/index.html
index 54dec38..cf29d4a 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>




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