[llvm-commits] CVS: llvm/docs/Stacker.html
Misha Brukman
brukman at cs.uiuc.edu
Wed May 12 19:37:02 PDT 2004
Changes in directory llvm/docs:
Stacker.html updated: 1.11 -> 1.12
---
Log message:
Insert spacing between the table and the next section.
---
Diffs of the changes: (+3 -2)
Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.11 llvm/docs/Stacker.html:1.12
--- llvm/docs/Stacker.html:1.11 Wed May 12 19:24:43 2004
+++ llvm/docs/Stacker.html Wed May 12 19:37:23 2004
@@ -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 @@
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>
@@ -1409,7 +1410,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/13 00:24:43 $
+ Last modified: $Date: 2004/05/13 00:37:23 $
</address>
</body>
More information about the llvm-commits
mailing list