Clean up CSS validator errors: 'Property align doesn't exist : center'
authorBill Wendling <isanbard@gmail.com>
Sun, 7 Sep 2008 10:29:20 +0000 (10:29 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 7 Sep 2008 10:29:20 +0000 (10:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55885 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 63bcbf684c181ac4476da14bc33f1dd3e226a37d..8994a3559fb40251df1605a99444e2655f1396d4 100644 (file)
@@ -2611,7 +2611,7 @@ values.  Both arguments must have identical types.</p>
 <h5>Semantics:</h5>
 <p>The truth table used for the '<tt>and</tt>' instruction is:</p>
 <p> </p>
-<div style="align: center">
+<div>
 <table border="1" cellspacing="0" cellpadding="4">
   <tbody>
     <tr>
@@ -2666,7 +2666,7 @@ values.  Both arguments must have identical types.</p>
 <h5>Semantics:</h5>
 <p>The truth table used for the '<tt>or</tt>' instruction is:</p>
 <p> </p>
-<div style="align: center">
+<div>
 <table border="1" cellspacing="0" cellpadding="4">
   <tbody>
     <tr>
@@ -2723,7 +2723,7 @@ values.  Both arguments must have identical types.</p>
 
 <p>The truth table used for the '<tt>xor</tt>' instruction is:</p>
 <p> </p>
-<div style="align: center">
+<div>
 <table border="1" cellspacing="0" cellpadding="4">
   <tbody>
     <tr>