1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:05:56 +00:00

tweak how utility.css-based stuff looks

This commit is contained in:
Andrew Dolgov
2013-03-27 10:59:26 +04:00
parent 88a41b64a2
commit 884d16505e
9 changed files with 42 additions and 21 deletions

View 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>