link status page
authorChristian Weiske <cweiske@cweiske.de>
Thu, 24 Nov 2016 21:20:33 +0000 (22:20 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 24 Nov 2016 21:20:33 +0000 (22:20 +0100)
data/templates/base.htm
www/css/phinde.css

index 08ebf97ce11d007c7a79e80de9a8ecd71ea72b83..de3a5fb814b6c1d38b5c9eb687d820f0fe5dcd25 100644 (file)
@@ -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>
index b08a03afe12a57b6fbeb8ac774f9e4328b901c4e..66ec6d00532ab7a41174a264c74a1246282c088d 100644 (file)
@@ -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 {