summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-07-31 08:18:58 +0100
committerAndrew Dolgov <[email protected]>2006-07-31 08:18:58 +0100
commit8b184d7582a2dbf38bd977e53448433c577e5413 (patch)
treec49476bee89b966a504976b4f57b5546413f8fc4 /prefs.php
parent51c04420a068f331582bccc973c8690e7a3651e5 (diff)
interface tweaks, smaller logo
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/prefs.php b/prefs.php
index c72707551..ddb94f004 100644
--- a/prefs.php
+++ b/prefs.php
@@ -94,10 +94,10 @@ window.onload = init;
<td colspan="2">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td rowspan="2" class="header" valign="middle">
- <img src="<?= $theme_image_path ?>images/ttrss_logo.png" alt="logo">
+ <img src="<?= $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS">
</td>
<td valign="top" class="notifyBox">
- <div id="notify"><span id="notify_body">&nbsp;</span></div>
+ <div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
</td>
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
@@ -111,7 +111,7 @@ window.onload = init;
<? } else { ?>
<tr>
<td class="small">
- <div id="notify"><span id="notify_body">&nbsp;</span></div>
+ <div id="notify" class="notify_sm"><span id="notify_body">&nbsp;</span></div>
<div id="userDlgShadow"><div id="userDlg">&nbsp;</div></div>
</td><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>