[llvm-commits] CVS: llvm/www/docs/CommandGuide/index.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 7 15:37:01 PDT 2003
Changes in directory llvm/www/docs/CommandGuide:
index.html updated: 1.6 -> 1.7
---
Log message:
Ensure both columns take 50%
---
Diffs of the changes: (+3 -3)
Index: llvm/www/docs/CommandGuide/index.html
diff -u llvm/www/docs/CommandGuide/index.html:1.6 llvm/www/docs/CommandGuide/index.html:1.7
--- llvm/www/docs/CommandGuide/index.html:1.6 Tue Oct 7 15:05:23 2003
+++ llvm/www/docs/CommandGuide/index.html Tue Oct 7 15:35:55 2003
@@ -15,7 +15,7 @@
<table width=100% border=0>
-<tr><td valign=top>
+<tr><td valign=top width=50%>
<!--===============================================================-->
<center><h2><a name="llvmcmds">Basic Commands</a><hr></h2></center>
@@ -59,7 +59,7 @@
<p>
</dl>
-</td><td valign=top>
+</td><td valign=top width=50%>
<!--===============================================================-->
<center><h2><a name="llvmcmds">C and C++ Front-end Commands</a><hr></h2></center>
@@ -109,7 +109,7 @@
<a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.<br>
<!-- Created: Wed Feb 26 10:40:50 CST 2003 -->
<!-- hhmts start -->
-Last modified: Tue Oct 7 15:04:55 CDT 2003
+Last modified: Tue Oct 7 15:34:17 CDT 2003
<!-- hhmts end -->
</font>
More information about the llvm-commits
mailing list