diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:35:55 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:35:55 +0000 |
| commit | 5885920ecb22c2a6431053e4d6c07e04ff2f4238 (patch) | |
| tree | 52b7f5e04424416ca9430797042f6523dc14d920 /llvm/docs/CommandGuide/index.html | |
| parent | a06b4fd3852d7577158efddff1ee62425fe02fc3 (diff) | |
| download | bcm5719-llvm-5885920ecb22c2a6431053e4d6c07e04ff2f4238.tar.gz bcm5719-llvm-5885920ecb22c2a6431053e4d6c07e04ff2f4238.zip | |
Ensure both columns take 50%
llvm-svn: 8942
Diffstat (limited to 'llvm/docs/CommandGuide/index.html')
| -rw-r--r-- | llvm/docs/CommandGuide/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index 4a94aa7025a..ce869a597f0 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -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 @@ Maintained by the <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> |

