[llvm-commits] CVS: llvm-www/header.incl

Reid Spencer reid at x10sys.com
Fri Jan 7 15:25:28 PST 2005



Changes in directory llvm-www:

header.incl updated: 1.30 -> 1.31
---
Log message:

Make the header 4.01 Strict compliant.


---
Diffs of the changes:  (+9 -9)

Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.30 llvm-www/header.incl:1.31
--- llvm-www/header.incl:1.30	Fri Jan  7 17:22:33 2005
+++ llvm-www/header.incl	Fri Jan  7 17:25:17 2005
@@ -7,7 +7,7 @@
   <link rel="stylesheet" href="/llvm.css" type="text/css">
 </head>
 
-<body leftmargin="0" marginwidth="0">
+<body style="margin-left:0;">
 
 <div class="www_title">
   The <strong>LLVM</strong> Compiler Infrastructure
@@ -36,15 +36,15 @@
 
 <b>Download!</b>
 <div class="www_sidebar">
-<font size=-1>Download now:</font>
+<font style="font-size:-1">Download now:</font>
 <a href="/releases/"><b>LLVM 1.4</b></a><br>
 
 <br>
-<font size=-1>Try the</font><br>
+<font style="font-size:-1">Try the</font><br>
 <a href="/demo/"><b>online demo</b></a><br>
 <br>
 
-<font size=-1>View the open-source</font><br>
+<font style="font-size:-1">View the open-source</font><br>
 <a href="/releases/1.4/LICENSE.TXT"><b>license</b></a>
 </div>
 
@@ -52,7 +52,7 @@
 
 <b>Status Updates</b>
 <div class="www_sidebar">
-  <font size=-1>
+  <font style="font-size:-1">
   <a href="http://mail.cs.uiuc.edu/pipermail/llvm-announce/2004-December/000013.html">December 9, 2004</a><br>
   <a href="http://mail.cs.uiuc.edu/pipermail/llvm-announce/2004-October/000012.html">October 11, 2004</a><br>
   <a href="http://mail.cs.uiuc.edu/pipermail/llvm-announce/2004-August/000011.html">August 13, 2004</a><br>
@@ -75,7 +75,7 @@
 
 <b>Useful Links</b>
 <div class="www_sidebar">
-  <font size=-1>Mailing Lists:</font><br>
+  <font style="font-size:-1">Mailing Lists:</font><br>
   <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">LLVM-announce</a><br>
   <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM-dev</a><br>
   <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmbugs">LLVM-bugs</a><br>
@@ -83,12 +83,12 @@
 
   <br><br>
 
-  <font size=-1>IRC Channel:</font><br>
+  <font style="font-size:-1">IRC Channel:</font><br>
   <a href="/docs/#irc">irc.oftc.net #llvm</a>
 
   <br><br>
 
-  <font size=-1>Dev. Resources:</font><br>
+  <font style="font-size:-1">Dev. Resources:</font><br>
   <a href="/doxygen/">doxygen</a>
   <a href="/cvsweb/cvsweb.cgi/llvm">cvsweb</a><br>
   <a href="/testresults/">Nightly Tester</a><br>
@@ -97,7 +97,7 @@
 
 <br>
 
-<font size=-1>Maintained by:<br> <a href="mailto:sabre at nondot.org">Chris
+<font style="font-size:-1">Maintained by:<br> <a href="mailto:sabre at nondot.org">Chris
 Lattner</a></font>
 
 </td>






More information about the llvm-commits mailing list