Add borders to truth tables
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2782 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 0e56ffd..b2d9e38 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1096,7 +1096,7 @@
The truth table used for the '<tt>and</tt>' instruction is:<p>
-<center><table border=0>
+<center><table border=1 cellspacing=0 cellpadding=4>
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
<tr><td>0</td> <td>0</td> <td>0</td></tr>
<tr><td>0</td> <td>1</td> <td>0</td></tr>
@@ -1136,7 +1136,7 @@
The truth table used for the '<tt>or</tt>' instruction is:<p>
-<center><table border=0>
+<center><table border=1 cellspacing=0 cellpadding=4>
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
<tr><td>0</td> <td>0</td> <td>0</td></tr>
<tr><td>0</td> <td>1</td> <td>1</td></tr>
@@ -1177,7 +1177,7 @@
The truth table used for the '<tt>xor</tt>' instruction is:<p>
-<center><table border=0>
+<center><table border=1 cellspacing=0 cellpadding=4>
<tr><td>In0</td> <td>In1</td> <td>Out</td></tr>
<tr><td>0</td> <td>0</td> <td>0</td></tr>
<tr><td>0</td> <td>1</td> <td>1</td></tr>
@@ -1736,7 +1736,7 @@
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
<!-- hhmts start -->
-Last modified: Tue Jun 25 12:54:52 CDT 2002
+Last modified: Tue Jun 25 13:05:52 CDT 2002
<!-- hhmts end -->
</font>
</body></html>