summaryrefslogtreecommitdiffstats
path: root/install/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/index.html')
-rw-r--r--install/static/index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/install/static/index.html b/install/static/index.html
index 1142000ff..9a62470f9 100644
--- a/install/static/index.html
+++ b/install/static/index.html
@@ -46,16 +46,17 @@
</head>
<body>
+ <div class="center-container">
<div class="header" >
- <span class="header-logo">
- <a href="#"><img src="ipalogo.png" /></a>
- </span>
- <span id="loggedinas" class="header-loggedinas">
- <a href="#"><span id="login_header">Logged in as</span>: <strong>user@FREEIP.ORG</strong></a>
- </span>
+ <span class="header-logo">
+ <a href="#"><img src="ipalogo.png" /></a>
+ </span>
+ <span id="loggedinas" class="header-loggedinas">
+ <a href="#"><span id="login_header">Logged in as</span>: <strong>user@FREEIP.ORG</strong></a>
+ </span>
</div>
-
<div id="navigation" class="tabs"></div>
+ </div>
</body>
</html>