diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-14 17:00:51 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-14 17:00:51 +0200 |
commit | 43b3578dd8bf93cbfca7f5203175ac6dda6ec412 (patch) | |
tree | 42c9456c044ad3ee209406664fb61072e901d02d /index.html | |
parent | 18a575e02816622706f740e9938515869b58a375 (diff) |
Implemented async delivery of server events.
Fixed center alignment: only the login page needs to be centered.
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;"> |