diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ <link rel="stylesheet" href="css/codeq/console.css" type="text/css"> <title>CodeQ</title> </head> - <body style="text-align: center;"> + <body> <div class="navbar navbar-inverse navbar-fixed-top" id="topbar"> <div class="container-fluid"> <div class="navbar-header"> @@ -49,7 +49,7 @@ </div> </div> - <div id="screen_login"> + <div id="screen_login" style="text-align: center;"> <h1>CodeQ Login</h1> <hr> <table style="margin: 0 auto;"> |