From 996627ba1c78af1fc52bebf4a3f3656f77896a57 Mon Sep 17 00:00:00 2001 From: khawkins <khawkins98@gmail.com> Date: Mon, 14 Nov 2016 15:58:30 +0000 Subject: [PATCH] Really show the H2 --- css/ebi-global-drupal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ebi-global-drupal.css b/css/ebi-global-drupal.css index 58968cab..5583dd90 100644 --- a/css/ebi-global-drupal.css +++ b/css/ebi-global-drupal.css @@ -85,7 +85,7 @@ div.warning { /* Do not show default page title on panel pages */ body.page-node h2#page-title { display: none; } /* But show for revisions */ -body.page-node.page-node-revisions h2#page-title { display: none; } +body.page-node.page-node-revisions h2#page-title { display: block; } /* Allow showing of drupal status messages statically */ body.is-reveal-open #status-messages.static { -- GitLab