http://bugs.gpodder.org/show_bug.cgi?id=303

           Summary: Remove CSS code from wiki.gpodder.org
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: feature request
          Priority: low
         Component: Documentation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Please remove this part of CSS code from the WIki:

        a[href^="http://"]:after, a[href^="https://"]:after {
            content: url(images/external.png);
            padding-left: 2px;
        }
        /* ..but not URLs linking to the bug tracker (currently disabled) */
        a[href^="http://bugsXxX.gpodder.org"]:after, a.noextlink:after {
            content: '';
            padding-left: 0px;
        }

It provides "external link" icons on the main page, but is unnecessary for the
Wiki (it does this by itself) and produces "broken image" icons in Safari.
Thanks :)

-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to