Align the N/A in the C++ status table, from Anders Johnsen

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71576 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index c608629..40490e5 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -7,7 +7,7 @@
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
   <style type="text/css">
-    .na { background-color: #C0C0C0 }
+    .na { background-color: #C0C0C0; text-align: center; }
     .broken { background-color: #C11B17 }
     .basic  { background-color: #F88017 }
     .medium { background-color: #FDD017 }
@@ -2314,7 +2314,7 @@
 </tr>
 
 </table>
- 
+<br />
 </div>
 </body>
 </html>