Insert spacing between the table and the next section.

llvm-svn: 13523
This commit is contained in:
Misha Brukman 2004-05-13 00:37:23 +00:00
parent 4642d92b12
commit 53dd5e66eb
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" href="llvm.css" type="text/css">
<style>
table, tr, td { border: 2px solid gray }
table { border-collapse: collapse }
table { border-collapse: collapse; margin-bottom: 2em }
</style>
</head>
<body>
@ -1032,6 +1032,7 @@ using the following construction:</p>
to see instantly the net effect of the definition.</td>
</tr>
</table>
</div>
<!-- ======================================================================= -->
<div class="doc_section"> <a name="example">Prime: A Complete Example</a></div>