]> git.wh0rd.org - tt-rss.git/blobdiff - db-updater.php
tweak how utility.css-based stuff looks
[tt-rss.git] / db-updater.php
index 17a238d284a8d78c4ffa4b2c4d1d03495a56bc4a..d1212d0d64d036bf687f39dea0e1179b1275bf0b 100644 (file)
@@ -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>