Skip to content

Commit 16e4379

Browse files
authored
v3.3.13 (#92)
Minor updates * Improving display of maintenance page on mobile devices
1 parent 870b501 commit 16e4379

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.12
1+
3.3.13

overlay/www/maintenance.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
<html>
33
<head>
44
<title>Maintenance</title>
5-
<style type="text/css">* { font-family: Arial, sans-serif; }</style>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
6+
<style type="text/css">
7+
* { font-family: Arial, sans-serif; }
8+
p.muted { font-size: 0.8rem; font-style: italic; color: #999; }
9+
</style>
610
</head>
711
<body>
812
<h1>Maintenance</h1>
913
<p>The site you requested is temporarily down for maintenance. Please try again later.</p>
14+
<p class="muted">This page will auto-refresh every ten seconds.</p>
1015
<script type="text/javascript">
1116
setTimeout("location.reload(true);", 10000);
1217
</script>

0 commit comments

Comments
 (0)