diff options
-rw-r--r-- | docs/Stacker.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Stacker.html b/docs/Stacker.html index 89b1d2dab6..41b77fe55f 100644 --- a/docs/Stacker.html +++ b/docs/Stacker.html @@ -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> |