summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-19 13:17:31 +0100
committerAndrew Dolgov <[email protected]>2007-11-19 13:17:31 +0100
commitdb499b67d95c34cd56850150f7a0fc5bb141907b (patch)
tree98931cb08220d0780d065de3aa009c6abfb1e565
parent1342f1f08e38bbf8b9db6293cb15655069680dde (diff)
FEEDBACK_URL tweaks
-rw-r--r--tt-rss.css2
-rw-r--r--tt-rss.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 18cdf10be..ce929e136 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1723,6 +1723,6 @@ div.topLinks a:hover {
}
div.topLinks a.feedback {
- color : red;
+ color : #009900;
}
diff --git a/tt-rss.php b/tt-rss.php
index 0d3955b86..f587e31ac 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -110,7 +110,7 @@ window.onload = init;
<a href="prefs.php"><?php echo __('Preferences') ?></a>
<?php if (defined('FEEDBACK_URL')) { ?>
- | <a class="feedback" href="<?php echo FEEDBACK_URL ?>">
+ | <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
<?php echo __('Comments?') ?></a>
<?php } ?>