[gimp-help-2] Removed too aggressive rule.



commit e5d433241b3dfb663d4cd6219c3fdac61bc5097d
Author: RĂ³man Joost <romanofski gimp org>
Date:   Tue Nov 26 15:56:23 2013 +1000

    Removed too aggressive rule.
    
    The affected line was modified in 2008. I think Konqueror is most likely
    better with dealing with affected tags by now. This actually fixes the
    missing link to our Bugzilla page, which was there, but simply not
    displayed due to the CSS rule.
    Kudos to Marco Ciampa for pointing this out.

 stylesheets/gimp-help-screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/stylesheets/gimp-help-screen.css b/stylesheets/gimp-help-screen.css
index 9890918..8fb1e8b 100644
--- a/stylesheets/gimp-help-screen.css
+++ b/stylesheets/gimp-help-screen.css
@@ -244,7 +244,7 @@ p a,p a:hover,p a:visited {
   background-position: center left;
 }
 /* suppress creating link icons and (Konqueror!) linebreaks */
-p > a.indexterm, p > a[id], li > a[id] {
+p > a.indexterm, li > a[id] {
   display: none;
 }
 pre {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]