summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-14 17:00:51 +0200
committerAleš Smodiš <aless@guru.si>2015-09-14 17:00:51 +0200
commit43b3578dd8bf93cbfca7f5203175ac6dda6ec412 (patch)
tree42c9456c044ad3ee209406664fb61072e901d02d /index.html
parent18a575e02816622706f740e9938515869b58a375 (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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ae17a88..64e66f9 100644
--- a/index.html
+++ b/index.html
@@ -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;">