[cfe-commits] r71576 - /cfe/trunk/www/cxx_status.html

Douglas Gregor dgregor at apple.com
Tue May 12 11:36:59 PDT 2009


Author: dgregor
Date: Tue May 12 13:36:58 2009
New Revision: 71576

URL: http://llvm.org/viewvc/llvm-project?rev=71576&view=rev
Log:
Align the N/A in the C++ status table, from Anders Johnsen

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=71576&r1=71575&r2=71576&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue May 12 13:36:58 2009
@@ -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>





More information about the cfe-commits mailing list