Insert spacing between the table and the next section.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 13 May 2004 00:37:23 +0000 (00:37 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 13 May 2004 00:37:23 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13523 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Stacker.html

index 89b1d2dab6b2345400928f9f5ca95b76bed3e2b6..41b77fe55fc20ea919b37017a2fa58760aa31e0c 100644 (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>