summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 10:59:26 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 10:59:26 +0400
commit884d16505e2c4502ec4438a7e987855683a2d75d (patch)
tree507d12e0a52af1fe408371488f12fee53c1caf45 /db-updater.php
parent88a41b64a26c4814004a849a328f9af7770430fa (diff)
tweak how utility.css-based stuff looks
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index 17a238d28..d1212d0d6 100644
--- a/db-updater.php
+++ b/db-updater.php
@@ -39,10 +39,12 @@ function confirmOP() {
}
</script>
-<div class="floatingLogo"><img src="images/logo_wide.png"></div>
+<div class="floatingLogo"><img src="images/logo_small.png"></div>
<h1><?php echo __("Database Updater") ?></h1>
+<div class="content">
+
<?php
function getline($fp, $delim) {
$result = "";
@@ -181,6 +183,8 @@ function confirmOP() {
?>
+</div>
+
</body>
</html>