diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-13 00:37:23 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-13 00:37:23 +0000 |
commit | fd90f88b586a9a1a7d36a38b69b1f3d51dd9217b (patch) | |
tree | efa1976d07eb344fc918f9fa317a5286f0e1af08 /docs | |
parent | f39d5d687d8476f2585a253ef42c1bc1fa5a8fe9 (diff) | |
download | external_llvm-fd90f88b586a9a1a7d36a38b69b1f3d51dd9217b.zip external_llvm-fd90f88b586a9a1a7d36a38b69b1f3d51dd9217b.tar.gz external_llvm-fd90f88b586a9a1a7d36a38b69b1f3d51dd9217b.tar.bz2 |
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
Diffstat (limited to 'docs')
-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 89b1d2d..41b77fe 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> |