diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-12 18:36:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-12 18:36:58 +0000 |
commit | 01cf112ad1a6c6df3d13844ef660274bf96a7f60 (patch) | |
tree | 2f7d6173076494201cf8bfb6ccb8459abba6cf1b | |
parent | e8fa06e07363b6d5e6c371bbd454d51bab78d01d (diff) |
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
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index c608629076..40490e57ea 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 @@ welcome!</p> </tr> </table> - +<br /> </div> </body> </html> |