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> <!DOCTYPE html>
<html> <html>
<head> <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"/> <link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<style> <style>
body { body {
@ -12,7 +12,7 @@
</style> </style>
</head> </head>
<body class="OxThemeModern"> <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> <div style="padding-top: 16px">We will be back in a moment.</div>
</body> </body>
</html> </html>