aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/base.htm3
-rw-r--r--www/css/phinde.css4
2 files changed, 6 insertions, 1 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index 08ebf97..de3a5fb 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -19,7 +19,8 @@
<div class="container footer">
Powered by
<a href="https://github.com/cweiske/phinde"><em>phinde</em></a>,
- the self-hosted search engine
+ the self-hosted search engine.
+ <a href="/status.php" class="disguised">status</a>
</div>
</body>
</html>
diff --git a/www/css/phinde.css b/www/css/phinde.css
index b08a03a..66ec6d0 100644
--- a/www/css/phinde.css
+++ b/www/css/phinde.css
@@ -6,6 +6,10 @@
margin-bottom: 1ex;
}
+a.disguised {
+ color: inherit;
+}
+
/* bootstrap 2.1.1 does not have this style, 2.3.2 would have it */
.pagination ul > .active > a,
.pagination ul > .active > a:hover {