summaryrefslogtreecommitdiffstats
path: root/install/static/index.html
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-10 09:26:32 -0500
committerAdam Young <ayoung@redhat.com>2011-01-10 09:26:32 -0500
commitc69f4d0fed05a355ae5b9168066ad0ad01eb6487 (patch)
tree589354b39e503d638136ebb5b441937067b7ccdf /install/static/index.html
parente903f43d483f41d5eb41a1e15e79a96c5c664007 (diff)
downloadfreeipa-c69f4d0fed05a355ae5b9168066ad0ad01eb6487.tar.gz
freeipa-c69f4d0fed05a355ae5b9168066ad0ad01eb6487.tar.xz
freeipa-c69f4d0fed05a355ae5b9168066ad0ad01eb6487.zip
center page
fixes issues from https://fedorahosted.org/freeipa/ticket/507
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>