Insert spacing between the table and the next section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13523 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-05-13 00:37:23 +00:00
parent f39d5d687d
commit fd90f88b58

View File

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