From dcdbb21385dc8ed58502abbb73a6f3238f6787d1 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 24 Nov 2016 22:20:33 +0100 Subject: [PATCH] link status page --- data/templates/base.htm | 3 ++- www/css/phinde.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ 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 { -- 2.30.2