diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:19:36 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:19:36 +0000 |
commit | c3c4c4f843a534b174b0a6a06f732304f982d680 (patch) | |
tree | ba8e3d0b532c2e79f42361ff4afe25aeb16237b4 /llvm/docs/SourceLevelDebugging.html | |
parent | ad44f5c0bee9e0d16e4d30437cb63339b0215df4 (diff) | |
download | bcm5719-llvm-c3c4c4f843a534b174b0a6a06f732304f982d680.tar.gz bcm5719-llvm-c3c4c4f843a534b174b0a6a06f732304f982d680.zip |
Minor format tweask for tables.
llvm-svn: 17394
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 523eb1af801..b9fbef4cc91 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -9,11 +9,10 @@ <div class="doc_title">Source Level Debugging with LLVM</div> -<table border="0" width="100%"> -<tr> -<td valign="top"> +<table class="layout" style="width:100%"> + <tr class="layout"> + <td class="left"> <ul> - <li><a href="#introduction">Introduction</a> <ol> <li><a href="#phil">Philosophy behind LLVM debugging information</a></li> @@ -61,12 +60,11 @@ </ol></li> </ul> </td> -<td align="right" valign="top"> +<td class="right"> <img src="img/venusflytrap.jpg" alt="A leafy and green bug eater" width="247" height="369"> </td> -</tr> -</table> +</tr></table> <div class="doc_author"> <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p> |