From 82f06ad2c5121f28383e587c52e833433fb1d3b1 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sun, 7 Aug 2016 15:29:59 +0200 Subject: [PATCH] [HtmlFormat] Add anchor for bridge URI to title --- css/HtmlFormat.css | 5 +++++ formats/HtmlFormat.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/HtmlFormat.css b/css/HtmlFormat.css index 2b8ddd5f..cee20207 100644 --- a/css/HtmlFormat.css +++ b/css/HtmlFormat.css @@ -53,6 +53,11 @@ h1.pagetitle { color: #2196F3; } + +h1.pagetitle > a { + color: #2196F3; +} + a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited { color: #2196F3; diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index e676df45..20d49014 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -45,7 +45,7 @@ EOD; -

{$title}

+

{$title}

{$entries}