slight layout change on 500 page, fixes #180

This commit is contained in:
rolux 2012-04-23 10:34:20 +00:00
parent 9e8924683c
commit 6b5cc45728

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>We will be back in a moment</title>
<title>We will be back in a moment.</title>
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<style>
body {
@ -12,7 +12,7 @@
</style>
</head>
<body class="OxThemeModern">
<img src="/static/png/logo.png" style="width: 320px; padding-top: 160px"/>
<img src="/static/png/logo.png" style="width: 256px; padding-top: 128px"/>
<div style="padding-top: 16px">We will be back in a moment.</div>
</body>
</html>