summaryrefslogtreecommitdiff
path: root/include/sanity_check.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 /include/sanity_check.php
parent88a41b64a26c4814004a849a328f9af7770430fa (diff)
tweak how utility.css-based stuff looks
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index f428550fd..46e9e9d80 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -150,7 +150,8 @@
<link rel="stylesheet" type="text/css" href="utility.css">
</head>
<body>
- <div class="floatingLogo"><img src="images/logo_wide.png"></div>
+ <div class="floatingLogo"><img src="images/logo_small.png"></div>
+ <div class="content">
<h1>Startup failed</h1>
@@ -162,6 +163,8 @@
<p>You might want to check tt-rss <a href="http://tt-rss.org/wiki">wiki</a> or the
<a href="http://tt-rss.org/forum">forums</a> for more information. Please search the forums before creating new topic
for your question.</p>
+
+ </div>
</body>
</html>