[llvm-commits] CVS: llvm-www/Developers.html

Tanya Brethour tbrethou at cs.uiuc.edu
Mon Oct 18 18:42:00 PDT 2004



Changes in directory llvm-www:

Developers.html updated: 1.15 -> 1.16
---
Log message:

Fixed minor rowspan issue and centered table.


---
Diffs of the changes:  (+3 -2)

Index: llvm-www/Developers.html
diff -u llvm-www/Developers.html:1.15 llvm-www/Developers.html:1.16
--- llvm-www/Developers.html:1.15	Mon Oct 18 20:39:30 2004
+++ llvm-www/Developers.html	Mon Oct 18 20:41:50 2004
@@ -6,11 +6,12 @@
 provides links to each developer's home page (or LLVM page if they have one).
 If you'd like to get a link added to this page, email or contact us!</p>
 
+<center>
 <table cellpadding=2 cellspacing=3 border=0>
   <tr align=center>
     <td><b>Name</b></td>
     <td><b>Picture</b></td>
-    <td rowspan=6> </td>
+    <td rowspan=7> </td>
     <td><b>Name</b></td>
     <td><b>Picture</b></td>
   </tr>
@@ -73,5 +74,5 @@
     <td><a href="http://www.isanbard.org/~wendling/"><img src="http://llvm.x10sys.com/rspencer/Bill.jpeg" alt="Bill" title="Bill"></a></td>
   </tr>
 </table>
-
+</center>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list