diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index c608629076d..40490e57ea0 100644 --- a/clang/www/cxx_status.html +++ b/clang/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> |