From eeafbbc053588b84236bbb19ff9400c968adbae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Mar 2011 10:50:56 +0100 Subject: [PATCH] Display help links in titles --- themes/pmahomme/css/theme_right.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 515523ca0..706116491 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -53,6 +53,7 @@ h2 { } /* Hiding icons in the page titles, they just add clutter MH */ h2 img{display:none;} +h2 a img{display:inline;} /* Set all tables with data... to 100%, let it flow! */ .data{width:100%}